Emgu.CV.AdaptiveSkinDetector.CvAdaptiveSkinDetectorCreate C# (CSharp) Метод

CvAdaptiveSkinDetectorCreate() приватный Метод

private CvAdaptiveSkinDetectorCreate ( int samplingDivider, MorphingMethod morphingMethod ) : IntPtr
samplingDivider int
morphingMethod MorphingMethod
Результат System.IntPtr
        private static extern IntPtr CvAdaptiveSkinDetectorCreate(int samplingDivider, MorphingMethod morphingMethod);