another 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... 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
Walter Roberson
2013년 3월 1일
How does this differ from http://www.mathworks.co.uk/matlabcentral/answers/65383-problem-in-abandoned-object-detection ?
When you say "remove", do you mean that the box is drawn on the screen and you want to remove that drawing?
Walter Roberson
2013년 3월 1일
Mohamed writes,
Dear Walter,
Thank you very much on your interesting...
In replying on your comment in http://www.mathworks.co.uk/matlabcentral/answers/65508-another-problem-in-abandoned-object-detection, I can say you... "YES", I want to remove the "BBox initial box" is drawn on the screen... I want do that with each "Initial BBox” of each object when it moves inside the “region of interest”…. I need your help in that….
Thank you very much on your interesting…
Walter Roberson
2013년 3월 1일
This looks to me like a duplicate of http://www.mathworks.co.uk/matlabcentral/answers/65383-problem-in-abandoned-object-detection . Is it a different question? If not then discussion should be in that question and this question should be closed.
Mohamed Elwakdy
2013년 3월 1일
Mohamed Elwakdy
2013년 3월 1일
답변 (1개)
Image Analyst
2013년 3월 14일
0 개 추천
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?
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!