how do i approach object tracking using image processing from a moving camera?
Afficher commentaires plus anciens
I m a beginner and i am trying to track a moving car from another car using a camera. The car is controlled by arduino and the arduino is controlled by matlab. But i don't know how to approach object tracking from a moving camera. All the methods i have been going through are for static camera. Can anyone help me with a descriptive answer?
Réponses (3)
Image Analyst
le 6 Avr 2015
0 votes
Check out the Computer Vision System Toolbox. It has tracking capabilities. http://www.mathworks.com/products/computer-vision/features.html#object-tracking-and-motion-estimation
2 commentaires
manoj rao
le 6 Avr 2015
Image Analyst
le 6 Avr 2015
Or else keep studying until you are no longer a beginner.
Stalin Samuel
le 6 Avr 2015
0 votes
Dima Lisin
le 6 Avr 2015
0 votes
Do you want to track a specific car or any cars? For a specific car you can detect it using local feature matching, as in this example. You can then track it using vision.PointTracker, as in this example.
1 commentaire
manoj rao
le 7 Avr 2015
Catégories
En savoir plus sur Image Processing and Computer Vision dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!