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

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

private CvAdaptiveSkinDetectorProcess ( IntPtr detector, IntPtr inputBGRImage, IntPtr outputHueMask ) : void
detector System.IntPtr
inputBGRImage System.IntPtr
outputHueMask System.IntPtr
Результат void
        private static extern void CvAdaptiveSkinDetectorProcess(IntPtr detector, IntPtr inputBGRImage, IntPtr outputHueMask);