Emgu.CV.AdaptiveSkinDetector.AdaptiveSkinDetector C# (CSharp) Method

AdaptiveSkinDetector() public method

Create an Adaptive Skin Detector
public AdaptiveSkinDetector ( int samplingDivider, MorphingMethod morphingMethod ) : System
samplingDivider int Use 1 for default
morphingMethod MorphingMethod The morphine method for the skin detector
return System
        public AdaptiveSkinDetector(int samplingDivider, MorphingMethod morphingMethod)
        {
            _ptr = CvAdaptiveSkinDetectorCreate(samplingDivider, morphingMethod);
        }