How to find if a binary image has some black areas with white holes?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
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.
Risposte (1)
Walter Roberson
il 29 Ott 2011
regionprops() the Euler Number
2 Commenti
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
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!