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 Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by