How to count grain in which the image is eroded?
1 次查看(过去 30 天)
显示 更早的评论
Hi, I'm a student and doing a project in image processing. I have to label and count this image .
0 个评论
采纳的回答
Walter Roberson
2017-1-20
Unless you expect the count to be something other than 12, you can use bwlabel()
4 个评论
Walter Roberson
2017-1-20
Yes, that is a labeled image in MATLAB terms. Each different area has been given a different number, and each different number has been represented as a different color based upon the current colormap() .
Perhaps what you wanted was some text written onto each blob. If so then use regionprops() to request the Centroid . Loop through the returned information, pull out the Centroid information, and text() the appropriate label number at that location.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!