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

2 visualizzazioni (ultimi 30 giorni)
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:

Risposte (1)

Image Analyst
Image Analyst il 13 Ago 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 Commenti
haniz azwa
haniz azwa il 2 Ott 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?

Accedi per commentare.

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by