Home > freetb4matlab > image > imtophat.m

imtophat

PURPOSE ^

% Perform morphological top hat filtering.

SYNOPSIS ^

function retval = imtophat(im, se)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{B} = imtophat (@var{A}, @var{se})
% Perform morphological top hat filtering.
% The image @var{A} must be a grayscale or binary image, and @var{se} must be a
% structuring element.
% @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