Is it possible to measure the circularity property without converting image to a binary one?
1 次查看(过去 30 天)
显示 更早的评论
I want to measure the circularity property of my image, for medical imaging purposes,but all of the commands I have found just work for a binary image.
0 个评论
回答(1 个)
Image Analyst
2013-11-5
To say how circular something is, you need the points in the circle, or at least the points along the circumference. How can you do it otherwise? I'm not sure what to check for circularity if you just have a big rectangular medical image. You first have to segment it to find the blob in it that you think is roughly circular, then measure the circularity.
2 个评论
Image Analyst
2013-11-6
You can't. To say a boundary is circular (or not) you have to have a boundary. If you don't have a boundary, there is nothing to measure.
另请参阅
类别
在 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!