Borrar filtros
Borrar filtros

tracking

4 visualizaciones (últimos 30 días)
Duke Watson
Duke Watson el 2 de Jun. de 2012
Comentada: Image Analyst el 3 de Nov. de 2013
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 comentario
Walter Roberson
Walter Roberson el 2 de Jun. de 2012
Duplicate is at http://www.mathworks.com/matlabcentral/answers/39793-people-tracking

Iniciar sesión para comentar.

Respuestas (3)

Image Analyst
Image Analyst el 2 de Jun. de 2012
Did you search the Mathworks web site for the numerous pages on tracking?

Walter Roberson
Walter Roberson el 2 de Jun. de 2012
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 comentario
Image Analyst
Image Analyst el 3 de Nov. de 2013
For some reason, it's not there anymore. I thought posters couldn't delete a question once there were answers.

Iniciar sesión para comentar.


Prasad Kalane
Prasad Kalane el 3 de Nov. de 2013
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.

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by