Problem in Abandoned Object Detection
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Dear Sir,
I am working on object tracking in my research work. I go to this link http://www.mathworks.it/it/help/vision/ug/graphics.html to help me in making detection of three objects... I did that already... BUT... When, I make run of the program (program in process), I noted that I can know the the "initial BBox" and "Actual BBox" of the object that I made certain thier positions in the first frame when I make the "maxNumObj = 10" as example ... If I want to remove the "Initial BBox" of three targets... How can i do that???
Thank you very much
Have Great and Fantatsic Day
1 Comment
Walter Roberson
on 1 Mar 2013
Answers (1)
Image Analyst
on 28 Feb 2013
0 votes
Try the clear() function or else just set their values to null, [], or some known initial value, like all zeros.
2 Comments
Mohamed Elwakdy
on 1 Mar 2013
Image Analyst
on 1 Mar 2013
I don't understand what all that means. How about
BBox = [];
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!