Tiger pugmark binary image analysis
5 ビュー (過去 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!
