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

CvAdaptiveSkinDetectorCreate() private method

private CvAdaptiveSkinDetectorCreate ( int samplingDivider, MorphingMethod morphingMethod ) : IntPtr
samplingDivider int
morphingMethod MorphingMethod
return System.IntPtr
        private static extern IntPtr CvAdaptiveSkinDetectorCreate(int samplingDivider, MorphingMethod morphingMethod);