bwlabel doesn't find a blob
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I have an image which I applied filtering on it and eneded up with the image on the right. I use bwboundaries and bwlabel to obtain the boundaries and blobs in this figure.
I clearly see that boundary #6 can correspond to a blob but bwlabel doesn't find this blob and shows the total number of lobs in this image as 5 instead of 6. Can somebody help please?
Thanks


0 comentarios
Respuestas (1)
KALYAN ACHARJYA
el 22 de En. de 2020
Editada: KALYAN ACHARJYA
el 22 de En. de 2020
5 comentarios
Image Analyst
el 23 de En. de 2020
imfill() would give you a totally white image with just one blob. The blobs are the white things, you know, not the black things. What do you want to label? The white things or the black regions? If you want black, you have to invert your image.
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!