how to find centroid of each conneted component of a Binary Image in matlab, and represent each connected component with its centroid..??
7 次查看(过去 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!