Create an Adaptive Skin Detector

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public AdaptiveSkinDetector(
	int samplingDivider,
	AdaptiveSkinDetector..::..MorphingMethod morphingMethod
)
Public Sub New ( _
	samplingDivider As Integer, _
	morphingMethod As AdaptiveSkinDetector..::..MorphingMethod _
)
public:
AdaptiveSkinDetector(
	int samplingDivider, 
	AdaptiveSkinDetector..::..MorphingMethod morphingMethod
)

Parameters

samplingDivider
Int32
Use 1 for default
morphingMethod
AdaptiveSkinDetector..::..MorphingMethod
The morphine method for the skin detector

See Also