another Problem in Abandoned Object Detection
    2 views (last 30 days)
  
       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... In the start, I certain the positions of three objects and “region of interest” inside the first frame… When, I make run of the program (program in process), I noted that there are two BBox of each object: one of them indicate to his “initial state” and the second one indicates to his “actual state” when each object moves inside the “region of interest”… I made BBox = [] before “end” in “while ~isDone(hVideoSrc) loop“ but I have the same problem … If I want to remove “BBox initial state” of each object (certain their positions in first frame) inside the region of interest, how can I do that??…
Thank you very much
5 Comments
Answers (1)
  Image Analyst
      
      
 on 14 Mar 2013
        There is a demo for this in the Computer Vision System Toolbox: http://www.mathworks.com/products/computer-vision/description6.html. Do you have that toolbox?
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

