Image tracking
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hey, i am tracking a image using centroid concept. When i am calculating the centroid and standard deviation,it shows same value in many places and made bounding box in many place. how can i get rid off them to track the actual human in image.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 4 Jun. 2012
I'm not sure why you show the same centroid in many places - doesn't seem right. About all I can suggest is that you check out sections 16 and 8 here: http://iris.usc.edu/Vision-Notes/bibliography/contents.html and do a search on "tracking" on MATLAB Central.
2 Kommentare
Image Analyst
am 4 Jun. 2012
Perhaps use bwlabel(), if you already have binarized your image. Or else use imfreehand() if you want to hand draw regions.
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!