Define new tracking box
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Arnaud Tullio
am 29 Aug. 2017
Beantwortet: Image Analyst
am 29 Aug. 2017
Hi, I detect my circle like the picture in attachment. I want to track the center of my circle (I already succed to track the center and add the marker) but I want that my trackingbox is the circle like in this link https://fr.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html where trackingbox is a rectangle around the people. I want to do this because I would like to differtiate the 2 circles when they are stacked.
Thanks for your help
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 29 Aug. 2017
So just use viscircles() to plot the circle over the image and rectangle() to plot the box.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Computer Vision Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!