Tiger pugmark binary image analysis

5 ビュー (過去 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 Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by