- packopt: notpacked, shape: same
- imerode(im,se,'full')
- Yes.
Erode/dilate commands in three dimensions?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I have a few questions about the erode/dilate commands in MATLAB:
1) What the default values are? 2) How to change them? 3) If it's possible to erode in 3-D, can you please send me a script?
Thank you. Any and all help is appreciated.
0 comentarios
Respuestas (1)
Sean de Wolski
el 5 de Jun. de 2012
%sample_script.m
imerode(rand(10,10,10)>.2,strel('disk',3))
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!