Create an Adaptive Skin Detector

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

Syntax

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

Parameters

samplingDivider
Type: System..::.Int32

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

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

See Also