How can i get the Eccentrecity, Primeter, Convex area, Area, and Solidity by using imfindcircles

1 visualización (últimos 30 días)
Please, i have problem, which is founding Eccentrecity , Primeter , Convex area , Area , and Solidity from using of imfindcircles for all detected blood cells in the attached colored microscopic image.
or how can i using the results from imfindcircles to compute any thing by regionprops function

Respuesta aceptada

Image Analyst
Image Analyst el 18 de Nov. de 2013
You can't get that from imfindcircle() - it's not meant for that. You will need to identify the cell areas and then use regionprops(). There's no way around it.
  5 comentarios
Image Analyst
Image Analyst el 18 de Nov. de 2013
No, there is not. If you simply converted the circles to a binary image, all your eccentricities and solidities would be exactly the same - probably not what you want or else why measure them? You expect them to be different, and they are on the actual shape of the cells, bot no ton circles.
Hany Elsalamony
Hany Elsalamony el 18 de Nov. de 2013
In fact, i want to apply some classifiers on these exported data. Now,in the same way, if i have different radii and centres can i draw circles or disks in another image to applying regionprops?How?.
Thank you all the time

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by