Home > freetb4matlab > image > imerode.m

imerode

PURPOSE ^

% Perform morphological erosion on a given image.

SYNOPSIS ^

function retval = imerode(im, se)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{B} = imerode (@var{A}, @var{se})
% Perform morphological erosion on a given image.
% The image @var{A} must be a grayscale or binary image, and @var{se} must be a
% structuring element.
% @seealso{imdilate, imopen, imclose}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003