M-File Help: iclose View code for iclose

iclose

closing

out = iclose(im, se, options) is the image im after morphological closing with the structuring element se. This is a morphological dilation followed by an erosion.

out = iclose(im, se, n, options) as above but the structuring element se is applied n times, that is n erosions followed by n dilations.

Notes

See also

iopen, idilate, ierode, imorph


 

© 1990-2012 Peter Corke.