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

1 vue (au cours des 30 derniers jours)
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

Réponse acceptée

Image Analyst
Image Analyst le 18 Nov 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 commentaires
Image Analyst
Image Analyst le 18 Nov 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 le 18 Nov 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by