Counting objects in an image
古いコメントを表示
Dear Researchers, I have a problem of counting objects in an image. Suppose I have the below image (below link)
which i got after segmentation.
how can I count the small circles in the middle of the image. Kindly suggest
Subrajeet
採用された回答
その他の回答 (3 件)
Thomas
2013 年 1 月 7 日
編集済み: John Kelly
2017 年 11 月 8 日
0 投票
You could use techniques shown in many MATLAB image processing demos.
SANAHA PATHAN
2016 年 7 月 25 日
0 投票
i want to count number of silkworm eggs from this figure, i used L=Count(binaryfig) this command for counting number of objects ,this command works but i actually dont know what actually this command count,and result of this command is different every time
3 件のコメント
Image Analyst
2016 年 7 月 25 日
SANAHA, take a look at this link and then if you still have questions, post a new Question (not here) and upload your code and image(s). We actually don't know what your Count() function does either so be sure that's included in the code you upload.

hey I segmented blue nuclei from a blood smear image using k means color segmentation. how can i count the number of segmented blue nuclei. could u please help me with the code for counting [ cant use imfindcircle because the segmented nuclei are not exactly cirlce in shape ]
Image Analyst
2016 年 10 月 8 日
Beenish Ishtiaq
2021 年 8 月 3 日
0 投票
Need code for counting different shapes separatelly which shows each shape result respectively in different edit boxes in GUI matlab..
2 件のコメント
Image Analyst
2021 年 8 月 3 日
See my attached demos. I find that usually using findpeaks() to count the number of peaks in the plot of distance of perimeter from centroid works pretty well.
Beenish Ishtiaq
2021 年 8 月 5 日
error in ''catch''
カテゴリ
ヘルプ センター および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!