How to track a object [binary image], by centroid,Area ..ect?
조회 수: 3 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Animation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!