dilate a shell while keeping openings
Mostrar comentarios más antiguos
I have a shell which is not concrete. while dilating, the opennings are going to be closed. how can I solve this problem. I've included main and dilated view (it's a 3D in fact)
logical(imerode(shell,strel('disk',voxel)))
Respuestas (1)
Image Analyst
el 7 de Sept. de 2023
0 votos
Not sure what the "problem" is. You didn't say. Yes, dilation will make gaps closer, of course. Do you not want the gaps to get smaller? Be very explicit in what the "problem" is and what you'd like as an output.
Perhaps you want to use bwmorph with the 'thicken' option which will dilate but not connect previously unconnected pixels.
Perhaps you want to look into edge linking options. I've attached a few demos for you.
2 comentarios
Mehri Mehrnia
el 7 de Sept. de 2023
Image Analyst
el 8 de Sept. de 2023
Call them and ask why it's not there. Ask for an alternative to thicken in 3-D.
Categorías
Más información sobre Morphological Operations 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!