Image tracking

조회 수: 1 (최근 30일)
Duke Watson
Duke Watson 2012년 6월 4일
Hey, i am tracking a image using centroid concept. When i am calculating the centroid and standard deviation,it shows same value in many places and made bounding box in many place. how can i get rid off them to track the actual human in image.

채택된 답변

Image Analyst
Image Analyst 2012년 6월 4일
I'm not sure why you show the same centroid in many places - doesn't seem right. About all I can suggest is that you check out sections 16 and 8 here: http://iris.usc.edu/Vision-Notes/bibliography/contents.html and do a search on "tracking" on MATLAB Central.
  댓글 수: 2
Duke Watson
Duke Watson 2012년 6월 4일
One document i found that says to create a synthetic image i.e. grayscale image with distinct regions.
how can i create it with distinct regions. It is not done with simply using rgb2gray().
Image Analyst
Image Analyst 2012년 6월 4일
Perhaps use bwlabel(), if you already have binarized your image. Or else use imfreehand() if you want to hand draw regions.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by