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

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

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