필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Problem in Abandoned Object Detection

조회 수: 1 (최근 30일)
Mohamed Elwakdy
Mohamed Elwakdy 2013년 2월 28일
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
Walter Roberson 2013년 3월 1일
Duplicates by later http://www.mathworks.co.uk/matlabcentral/answers/65508; this version closed.

답변 (1개)

Image Analyst
Image Analyst 2013년 2월 28일
Try the clear() function or else just set their values to null, [], or some known initial value, like all zeros.
  댓글 수: 2
Mohamed Elwakdy
Mohamed Elwakdy 2013년 3월 1일
Dear Sir,
Thank you very much on your interesting,
I tried to make put all zeros in matricis or in steps "hDrawRectangles1", "hDrawRectangles2" and "hDrawRectangles3" in my code but I have the same problem ... I have the boundry boxres (BBox) around the " initial state" and "Actual state" of each object (I have three objects)... The only thing that is happened is changing the color of the boundy of BBoxes of three objects to "Black Color"... I want only to be these boxes around "Actual states" (not "Initial state").... I would like you to help me to do that....
Thank you very much...
Have Great and Fantastic Day
Image Analyst
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!

Translated by