Erode/dilate commands in three dimensions?

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.

Réponses (1)

Sean de Wolski
Sean de Wolski le 5 Juin 2012
  1. packopt: notpacked, shape: same
  2. imerode(im,se,'full')
  3. Yes.
%sample_script.m
imerode(rand(10,10,10)>.2,strel('disk',3))

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Question posée :

le 5 Juin 2012

Community Treasure Hunt

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

Start Hunting!

Translated by