Is it possible to measure the circularity property without converting image to a binary one?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 5 Nov 2013
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 Comments
Image Analyst
on 6 Nov 2013
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.
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!