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

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

Syntax

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

Remarks

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

See Also