Azzera filtri
Azzera filtri

i want to count all those object that contain black dots?

1 visualizzazione (ultimi 30 giorni)
i want to count all those object that contain black dots?is there any method to remove all those objects that empty? here is my image. image Analyst
  7 Commenti
sana saleeme
sana saleeme il 7 Mag 2016
please help me guys. i need all of your's help.
sana saleeme
sana saleeme il 7 Mag 2016
is there any method to remove all the objects that does not contain parasites?please reply me

Accedi per commentare.

Risposta accettata

Image Analyst
Image Analyst il 7 Mag 2016
First you need to do color segmentation to find all the light purple things. That's pretty easy - see my File Exchange or use the Color Thresholder App from the Apps tab on the MATLAB tool ribbon.
Then you need to split them apart because some round cells are overlapping. For that, see this: http://blogs.mathworks.com/steve/2013/11/19/watershed-transform-question-from-tech-support/.
Then you need to label with bwlabel() and call regionprops with a binary image that is split apart but still has the black dots in it. Ask for the Euler number. Count the number of results that have a Euler number less than 1.
  3 Commenti
sana saleeme
sana saleeme il 8 Mag 2016
how i can separate the black dots in regionprops ?

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by