Tiger pugmark binary image analysis
조회 수: 4 (최근 30일)
이전 댓글 표시

how could i find the centroid and area of each object in the image automatically.
댓글 수: 0
채택된 답변
Image Analyst
2013년 4월 3일
First run imclose() on it to fill in nooks and crannies. Then do imfill() to fill in holes. Then regionprops(). See im image segmentation tutorial for details if you need them: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
댓글 수: 5
추가 답변 (1개)
Walter Roberson
2013년 4월 3일
regionprops() and ask for Centroid, and either Area or FilledArea.
Question: when you say "each object in the image", should each pugmark be considered one object, or should each toe be considered separate objects?
댓글 수: 3
Walter Roberson
2013년 4월 3일
How do you want to define the distances between the toes? Closest point? Distance between centroids?
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
