Create an Adaptive Skin Detector

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

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

[Missing <param name="samplingDivider"/> documentation for "M:Emgu.CV.AdaptiveSkinDetector.#ctor(System.Int32,Emgu.CV.AdaptiveSkinDetector.MorphingMethod)"]

morphingMethod
AdaptiveSkinDetector..::.MorphingMethod
The morphine method for the skin detector

See Also