Azzera filtri
Azzera filtri

How to find if a binary image has some black areas with white holes?

1 visualizzazione (ultimi 30 giorni)
Hi. I have a binary image with a black circle. Inside black circle there is a white cicle. How to find if this my binary image has black elements with a hole inside an element?
I used bwlabel, but don't know what to do with it next
  1 Commento
Image Analyst
Image Analyst il 29 Ott 2011
What is that? A black "element" with a hole in it would be a black region with a white blob in it. Generally black is considered background and white is considered foreground. If you have a white background and black blobs in it and some of the black blobs have white "holes" in them then you'd need to invert your image before doing what Walter says. Otherwise you can just call imclearborder (to get rid of the white background your black circle is sitting on) and see if the sum of the remaining image is greater than zero.

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 29 Ott 2011
regionprops() the Euler Number
  2 Commenti
Michael Shapira
Michael Shapira il 30 Ott 2011
Thank you. I did as you suggested and extracted the black object
But I have now a new problem, how do I now that it actually has a hole inside. Because , white object can be a line that actually crosses the black object
Image Analyst
Image Analyst il 30 Ott 2011
So you have like two half circles? That would be a black disc with a line cutting across it. How is that a hole? You should post your image somewhere. See http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by