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
Walter Roberson 2012 年 6 月 2 日
Duplicate is at http://www.mathworks.com/matlabcentral/answers/39793-people-tracking

サインインしてコメントする。

回答 (3 件)

Image Analyst
Image Analyst 2012 年 6 月 2 日

0 投票

Did you search the Mathworks web site for the numerous pages on tracking?
Walter Roberson
Walter Roberson 2012 年 6 月 2 日

0 投票

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
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
Prasad Kalane 2013 年 11 月 3 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

製品

質問済み:

2012 年 6 月 2 日

コメント済み:

2013 年 11 月 3 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by