


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