My project is segmenting circle part of blood cell image and calculating the Area, Perimeter, eccentricity of the circle object ..

조회 수: 2 (최근 30일)
please help me to how find the circle object in below image and also calculate the Area, Perimeter, eccentricity of the circle object..... I used MATLAB version 7.8.0 (2009a) image 1:
image 2:

답변 (1개)

Image Analyst
Image Analyst 2016년 8월 13일
Did you try imfindcircles()?
Otherwise, threshold, fill blobs, get area and perimeter, compute circularity, and then use ismember() to extract only those blobs that are round. See my Image Segmentation Tutorial. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  댓글 수: 7
haniz azwa
haniz azwa 2017년 10월 2일
I try your coding example, actually, I'm currently working on my final year project. your coding is working but it cannot identify the abnormal cell. May I know which part did you adjust your own parameter i mean the exact value of your cell?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by