Morphology Function
ImagingBinary

Applies basic morphology operators (Erode/Dilate) on Image using given structuring element Strel.

Pascal
procedure Morphology(var Image: TImageData; 
                     const Strel: TStructElement; 
                     Op: TMorphologyOp);
File

ImagingBinary (at line 61)

Description

You can do composite operations (Open/Close) by calling this function twice each time with different operator.

Related Information
You are here: Symbol Reference > Functions > Morphology Function