Counting objects in an image
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (3)
Thomas
am 7 Jan. 2013
Bearbeitet: John Kelly
am 8 Nov. 2017
0 Stimmen
You could use techniques shown in many MATLAB image processing demos.
1 Kommentar
subrajeet
am 7 Jan. 2013
SANAHA PATHAN
am 25 Jul. 2016
0 Stimmen
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 Kommentare
Image Analyst
am 25 Jul. 2016
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
am 8 Okt. 2016
Beenish Ishtiaq
am 3 Aug. 2021
0 Stimmen
Need code for counting different shapes separatelly which shows each shape result respectively in different edit boxes in GUI matlab..
2 Kommentare
Image Analyst
am 3 Aug. 2021
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
am 5 Aug. 2021
error in ''catch''
Kategorien
Mehr zu Descriptive Statistics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!