how to find centroid of each conneted component of a Binary Image in matlab, and represent each connected component with its centroid..??
8 ビュー (過去 30 日間)
古いコメントを表示
Hi, I want to represent each connected component with its centroid, after finding centroid of each connected component , i want to represent each connected component with its centroid????
0 件のコメント
採用された回答
Image Analyst
2018 年 1 月 6 日
That's exactly what my Image Segmentation Tutorial does, https://www.mathworks.com/matlabcentral/fileexchange/25157-image-segmentation-tutorial
It finds centroids, weighted centroids, and bounding boxes.
0 件のコメント
その他の回答 (2 件)
Walter Roberson
2018 年 1 月 6 日
regionprops and ask for centroid.
Please explain more about what you mean by "represent" the component with its centroid
5 件のコメント
Image Analyst
2018 年 1 月 7 日
Are you sure you want that, or do you want the centroid like you originally said? My code gives you the bounding box, the centroid, and the weighted centroid, all of which could be at a different location. The center of the bounding box is simply the average of the top row and bottom row, and the same in the horizontal direction. Note that the center of the bounding box, as well as the two centroids may not actually lie inside the blobs. It's possible it could be outside it.
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!