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 CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by