tracking
조회 수: 2 (최근 30일)
이전 댓글 표시
hey i am a new in matlab. After background subtraction, i want ot track a human being. can anyone tell me the simple and efficient algorithm and also the inbuilt function if any during the algorithm implementation so that it work fast where i can easily implement it .?
댓글 수: 1
Walter Roberson
2012년 6월 2일
Duplicate is at http://www.mathworks.com/matlabcentral/answers/39793-people-tracking
답변 (3개)
Image Analyst
2012년 6월 2일
Did you search the Mathworks web site for the numerous pages on tracking?
댓글 수: 0
Walter Roberson
2012년 6월 2일
Your original question at http://www.mathworks.com/matlabcentral/answers/39793-people-tracking still exists and is waiting for your response. Please edit that question to reflect any updated information and then delete this question.
댓글 수: 1
Image Analyst
2013년 11월 3일
For some reason, it's not there anymore. I thought posters couldn't delete a question once there were answers.
Prasad Kalane
2013년 11월 3일
procedure is as follows (for stationary camera/background)
>> after background Subtraction, hold on this image
>> calculate & plot the centroid of segmented image (for example with '*')
>> then show image
>> do same procedure for all frames
NOTE : After background subtraction remove noise by some Morphological tool.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!