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

image processingImage Processing Toolboximfindcirclesregionprops

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

Best Answer

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.