Number of erode-dilate-erode foreground-blob cleanup iterations.

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int perform_morphing
Public perform_morphing As Integer
public:
int perform_morphing

Remarks

These erase one-pixel junk blobs and merge almost-touching blobs. Default value is 1.

See Also