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!