[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_CvAdaptiveSkinDetector_process(System.IntPtr,System.IntPtr,System.IntPtr)"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void contrib_CvAdaptiveSkinDetector_process( IntPtr self, IntPtr inputBgrImage, IntPtr outputHueMask )
Parameters
- self
- Type: SystemIntPtr
[Missing <param name="self"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_CvAdaptiveSkinDetector_process(System.IntPtr,System.IntPtr,System.IntPtr)"]
- inputBgrImage
- Type: SystemIntPtr
[Missing <param name="inputBgrImage"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_CvAdaptiveSkinDetector_process(System.IntPtr,System.IntPtr,System.IntPtr)"]
- outputHueMask
- Type: SystemIntPtr
[Missing <param name="outputHueMask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_CvAdaptiveSkinDetector_process(System.IntPtr,System.IntPtr,System.IntPtr)"]
See Also