필터 지우기
필터 지우기

How to track a object [binary image], by centroid,Area ..ect?

조회 수: 2 (최근 30일)
voxey
voxey 2019년 1월 2일
댓글: voxey 2019년 1월 2일
How to track a object [binary image], by centroid,Area ..ect? the Image object shape will change every seconds ,so how to track with segment roi of that Object?

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 1월 2일
편집: madhan ravi 2019년 1월 2일
Though you did not provides the details information, regarding your question. You can find the properties individually and tracks the objects accordingly.
For finding the centroid
centroid_image=regionprops(input_binary_image,'centroid');
You can extract the different size objects using bwareafilt and you can trace the region boundaries using bwboundaries
To tracking you can do in multiples ways, requested to read here also
  댓글 수: 1
voxey
voxey 2019년 1월 2일
KALYAN thanks for reply, Acutally i m asking tracking object [different object on image], via centroid , each every next frame object will be change also size change , so how to track separte roi as image upto N frames?

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

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by