Counting objects in an image
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (3)
Thomas
el 7 de En. de 2013
Editada: John Kelly
el 8 de Nov. de 2017
0 votos
You could use techniques shown in many MATLAB image processing demos.
1 comentario
subrajeet
el 7 de En. de 2013
SANAHA PATHAN
el 25 de Jul. de 2016
0 votos
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 comentarios
Image Analyst
el 25 de Jul. de 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
el 8 de Oct. de 2016
Beenish Ishtiaq
el 3 de Ag. de 2021
0 votos
Need code for counting different shapes separatelly which shows each shape result respectively in different edit boxes in GUI matlab..
2 comentarios
Image Analyst
el 3 de Ag. de 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
el 5 de Ag. de 2021
error in ''catch''
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!