Problem in Abandoned Object Detection
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 1 Mar 2013
Risposte (1)
Image Analyst
il 28 Feb 2013
0 voti
Try the clear() function or else just set their values to null, [], or some known initial value, like all zeros.
2 Commenti
Mohamed Elwakdy
il 1 Mar 2013
Image Analyst
il 1 Mar 2013
I don't understand what all that means. How about
BBox = [];
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!