Problem in Abandoned Object Detection
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
Walter Roberson
2013 年 3 月 1 日
回答 (1 件)
Image Analyst
2013 年 2 月 28 日
0 投票
Try the clear() function or else just set their values to null, [], or some known initial value, like all zeros.
2 件のコメント
Mohamed Elwakdy
2013 年 3 月 1 日
Image Analyst
2013 年 3 月 1 日
I don't understand what all that means. How about
BBox = [];
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!