Is it possible to measure the circularity property without converting image to a binary one?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 5 de Nov. de 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 comentarios
Image Analyst
el 6 de Nov. de 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.
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!