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!