Home > freetb4matlab > image > imdilate.m

imdilate

PURPOSE ^

% Perform morphological dilation on a given image.

SYNOPSIS ^

function retval = imdilate(im, se)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

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