Can Computer Vision track an object by color?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Can Computer Vision track an object by color if you use the detectSURFFeatures function to map the object being tracked(object is not a human face)? I am looking at tracking multiple objects within a frame using this method.
0 Commenti
Risposta accettata
Anand
il 25 Apr 2013
SURF features don't capture much color information at all. You could use color histograms in addition to SURF features to track the object. That's a typical approach to tracking with color.
The vision.HistogramBasedTracker in the Computer Vision System Toolbox is based on the CAM Shift tracking algorithm, which uses color histograms.
0 Commenti
Più risposte (1)
Image Analyst
il 24 Apr 2013
Why SURF instead of just regular color segmentation? I would not use SURF to find colors. What makes you think it would be best to use SURF instead of looking at the colors?
2 Commenti
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!