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

1 回表示 (過去 30 日間)
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

採用された回答

Image Analyst
Image Analyst 2013 年 11 月 18 日
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 件のコメント
Image Analyst
Image Analyst 2013 年 11 月 18 日
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 2013 年 11 月 18 日
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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by