Draw a box around moving object
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Nataliya
am 17 Jun. 2015
Kommentiert: Image Analyst
am 17 Jun. 2015
Hello, I am detecting the moving area of an object (e.g. moving pendulum of the clock) by subtracting one frame of the video to other. Now I want to draw a box around moving object and find the coordinates so that I can separate the moving part from the frame. Can anyone help me, How can I do this. Thanks in advance.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 17 Jun. 2015
It's very similar to my color tracking application. I just put a cross on the region with plot(x,y,'+') whereas you'd put up a box with the rectangle() function. See attached demo.
1 Kommentar
Image Analyst
am 17 Jun. 2015
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!