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

2 vues (au cours des 30 derniers jours)
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:

Réponses (1)

Image Analyst
Image Analyst le 13 Août 2016
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 commentaires
haniz azwa
haniz azwa le 2 Oct 2017
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?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Images 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