Tiger pugmark binary image analysis

조회 수: 4 (최근 30일)
Suvidha
Suvidha 2013년 4월 3일
how could i find the centroid and area of each object in the image automatically.

채택된 답변

Image Analyst
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
Suvidha
Suvidha 2013년 4월 5일
Thank you ... the code has done almost what i want .. i think i can do further from here.
Image Analyst
Image Analyst 2013년 4월 5일
Then please mark the answer as "Accepted".

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

추가 답변 (1개)

Walter Roberson
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
Walter Roberson 2013년 4월 3일
How do you want to define the distances between the toes? Closest point? Distance between centroids?
Suvidha
Suvidha 2013년 4월 3일
distance between centroids

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by