• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 122
  • 22
  • 13
  • 12
  • 4
  • 4
  • 3
  • 3
  • 2
  • 2
  • Tagged with
  • 215
  • 215
  • 85
  • 68
  • 56
  • 52
  • 39
  • 35
  • 33
  • 33
  • 28
  • 27
  • 26
  • 23
  • 22
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Applications of sequence geometry to visual motion

Clarke, John Christopher January 1997 (has links)
No description available.
2

Application of an Omnidirectional Camera to Detection of Moving Objects in 3D Space

Hsu, Chiang-Hao 29 August 2011 (has links)
Conventional cameras are usually small in their field of view (FOV) and make the observable region limited. Applications by such a vision system may also limit motion capabilities for robots when it comes to object tracking. Omnidirectional camera has a wide FOV which can obtain environmental data from all directions. In comparison with conventional cameras, the wide FOV of omnidirectional cameras reduces blind regions and improves tracking ability. In this thesis, we assume an omnidirectional camera is mounted on a moving platform, which travels with planar motion. By applying optical flow and CAMShift algorithm to track an object which is non-propelled and only subjected to gravity. Then, by parabolic fitting, least-square method and Levenberg-Marquardt method to predict the 3D coordinate of the object at the current instant and the next instant, we can finally predict the position of the drop point and drive the moving platform to meet the object at the drop point. The tracking operation and drop point prediction can be successfully achieved even if the camera is under planar motion and rotation.
3

Robust object tracking using the particle filtering and level set methods

Luo, Cheng, Computer Science & Engineering, Faculty of Engineering, UNSW January 2009 (has links)
Robust object tracking plays a central role in many applications of image processing, computer vision and automatic control. In this thesis, robust object tracking under complex environments, including heavy clutters in the background, low resolution of the image sequences and non-stationary camera, has been studied. The interest of this study stems from the improvement of the performance of visual tracking using particle filtering. A Geometric Active contour-based Tracking Estimator, namely GATE, has been developed in order to tackle the problems in robust object tracking where the existence of multiple features or good object detection is not guaranteed. GATE combines particle filtering and the level set-based active contour method. The particle filtering method is able to deal with nonlinear and non-Gaussian recursive estimation problems, and the level set-based active contour method is capable of classifying state space of particle filtering under the methodology of one class classification. By integrating this classifier into the particle filtering, geometric information introduced by the shape prior and pose invariance of the tracked object in the level set-based active contour method can be utilised to prevent the particles corresponding to outlier measurements from being heavily reweighted. Hence, this procedure reshapes and refines the posterior distribution of the particle filtering. To verify the performance of GATE, the performance of the standard particle filter is compared with that of GATE. Since video sequences in different applications are usually captured by diverse devices, GATE and the standard particle filters with the identical initialisation are studied on image sequences captured by the handhold, stationary and PTZ camera, respectively. According to experimental results, even though a simple color observation model based on the Hue-Saturation-Value (HSV) color histogram is adopted, the newly developed. GATE significantly improves the performance of the particle filtering for object tracking in complex environments. Meanwhile, GATE initialises a novel approach to tackle the impoverishment problem for recursive Bayesian estimation using sampling method.
4

Predicting targets in Multiple Object Tracking task / Predicting targets in Multiple Object Tracking task

Citorík, Juraj January 2016 (has links)
The aim of this thesis is to predict targets in a Multiple Object Tracking (MOT) task, in which subjects track multiple moving objects. We processed and analyzed data containing object and gaze position information from 1148 MOT trials completed by 20 subjects. We extracted multiple features from the raw data and designed a machine learning approach for the prediction of targets using neural networks and hidden Markov models. We assessed the performance of the models and features. The results of our experiments show that it is possible to train a machine learning model to predict targets with very high accuracy. 1
5

Experimental Modelling of Debris Dynamics in Tsunami-Like Flow Conditions

Stolle, Jacob January 2016 (has links)
Tsunamis are among the most devastating and complex natural disasters, affecting coastal regions worldwide. Tsunami waves are generated through many natural phenomena, such as earthquakes, landslides, and volcanic eruptions. The waves travel at high speeds away from the source, potentially affecting multiple countries with very little warning. Over the past several decades, tsunamis such as the 2004 Indian Ocean, the 2010 Chilean, and the 2011 Tohoku Tsunami served as reminders of the potential devastation of these natural disasters, resulting in tragic loss of life and billions of dollars in damages. Forensic engineering field investigations and subsequent analysis of these events have demonstrated that infrastructure in these tsunami-prone regions was not adequately prepared for the extreme forces associated with a tsunami. As a result, there has been an increased research emphasis worldwide on the planning and design of infrastructure located in tsunami-prone areas to be better prepared for such future events. The present study aims to experimentally investigate and analyze the motion of debris carried by an inundating tsunami flood. One of the previous challenges involved in the evaluation of debris motion during such events was a lack of experimental methods that could non-invasively, quickly and accurately track the motion of debris at high velocities. This study introduces two innovative methods of tracking the debris. The first one used a novel camera-based tracking algorithm, while the second used Bluetooth and Inertial Measurement Unit sensors to track the debris within the inundating tsunami flood. The study outlines, for the first time, the technology and methods involved in the two tracking methods as it used both dry-test and wet-test experiments to evaluate the applicability of these methods in coastal and hydraulic engineering. This study used these two methods to evaluate the motion of debris from experiments conducted in a new Tsunami Wave Basin commissioned recently at Waseda University (Tokyo, Japan). The study examined the effect of the initial positioning of the debris, particularly focusing on the spreading area of the debris (determining thus their maximum displacement and the spreading angle of the debris). The results showed that an increase in the number of the debris resulted in an increase in the spreading angle of the debris and a decrease in the displacement of the debris. The increased number of debris also added significantly more variation in the final resting position of the debris due to the increased debris-debris collisions. The initial orientation of the debris also affected debris motion, particularly influencing the peak velocity of the debris and the distance from the initial debris resting position to where the peak velocity was observed.
6

Multi-Object Tracking Using Dual-Attention with Regional-Representation

Chen, Weijian January 2021 (has links)
Nowadays, researchers have shown convolutional neural network (CNN) can achieve an improved performance in multi-object tracking (MOT) by performing detection and re-identification (ReID) simultaneously. Many models have been created to overcome challenges and bring the state-of-the-art performance to a new level. However, due to the fact the CNN models only utilize feature from a local region, the potential of the model has not been fully utilized. The long range dependencies in spatial domain are usually difficult for a network to capture. Hence, how to obtain such dependencies has become the new focus in MOT field. One approach is to adopt the self-attention mechanism named transformer. Since it was successfully transferred from natural language processing to computer vision, many recent works have implemented it to their trackers. With the introduce of global information, the trackers become more robust and stable. There are also traditional methods which are re-designed in the manner of CNN and achieve satisfying performance such as optical flow. It can generate a correlated relation between feature maps and also obtain non-local information. However, the introduces of these mechanism usually causes a significant surge in computational power and memory. They also requires huge amount of epochs to train thus the training time is largely increased. To solve this issue, we propose a new method to gather non-local information based on the existing self-attention methods, we named it dual attention with regional-representation, which significantly reduces the training time as well as the inference time, but only causes a small increase in computational memory and are able to run with a reasonable speed. Our experiments shows this module can help the ReID be more stable to improve the performance in different tasks. / Thesis / Master of Applied Science (MASc)
7

Evaluation of Multiple Object Tracking in Surveillance Video

Nyström, Axel January 2019 (has links)
Multiple object tracking is the process of assigning unique and consistent identities to objects throughout a video sequence. A popular approach to multiple object tracking, and object tracking in general, is to use a method called tracking-by-detection. Tracking-by-detection is a two-stage procedure: an object detection algorithm first detects objects in a frame, these objects are then associated with already tracked objects by a tracking algorithm. One of the main concerns of this thesis is to investigate how different object detection algorithms perform on surveillance video supplied by National Forensic Centre. The thesis then goes on to explore how the stand-alone alone performance of the object detection algorithm correlates with overall performance of a tracking-by-detection system. Finally, the thesis investigates how the use of visual descriptors in the tracking stage of a tracking-by-detection system effects performance.  Results presented in this thesis suggest that the capacity of the object detection algorithm is highly indicative of the overall performance of the tracking-by-detection system. Further, this thesis also shows how the use of visual descriptors in the tracking stage can reduce the number of identity switches and thereby increase performance of the whole system.
8

Track Persistence in Wireless Sensor Networks

Bentley, Ian 09 September 2010 (has links)
In this thesis we directly consider an object tracking problem for wireless sensor networks (WSNs), called track persistence. Track persistence temporally extends the problem of object tracking by seeking to store and retrieve the entire history of an object. To provide an initial solution to track persistence, we develop two distinct algorithms. The first algorithm, update to sink, translates track persistence into a centralized problem. The second algorithm, a linked list-like algorithm, builds a dynamic data structure as the object traverses the network, and rebuilds the object history distributively upon demand. We conduct worst case analysis upon both of these algorithms. Finally, we implement a simulation environment and run a number of tests upon both algorithms. Track persistence is a very challenging problem, and this thesis contributes a pair of solutions which stand as a basis for future research. / Thesis (Master, Computing) -- Queen's University, 2010-09-09 12:56:50.921
9

Dim Object Tracking in Cluttered Image Sequences

Ahmadi, Kaveh, ahmadi January 2016 (has links)
No description available.
10

Forward Perception Using a 2D LiDAR on the Highway for Intelligent Transportation

Willcox III, Eric N 26 April 2016 (has links)
For a little over the past decade since the DARPA Grand Challenge in 2004 and the more successful Urban Challenge in 2007 autonomous vehicles have seen a surge in popularity with car manufacturers, and companies such as Google and Uber. Light Detection And Ranging (LiDAR) has been one of the major sensors in use to sense for acting on the surrounding environment instead of the classic radar which has a much narrower field of vision. However the cost of the higher end 3D LiDAR systems which started seeing use during the DARPA challenges still have the high cost of $70,000 a piece which is an issue when trying to design a consumer friendly system on a family car. This work aims to investigate alternate 2D LiDAR systems to the costly systems currently in use in many prototypes to find a cost efficient alternative that can detect and track obstacles in front of a vehicle. The introduction begins by summarizing some related prior works, particularly papers from after the Grand Challenge as well as some about the competition itself. Detection and tracking methods for point clouds generated by the LiDAR are explored including ways to search through the data in an efficient manner to meet real-time constraints. Some of the trade-offs in going from a 3D system to a 2D system and examined along with how some of the drawbacks can be mitigated.

Page generated in 0.0611 seconds