


% -*- 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