NativeMethodsimgproc_findContours1_OutputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_findContours1_OutputArray( IntPtr image, out IntPtr contours, IntPtr hierarchy, int mode, int method, Point offset )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_findContours1_OutputArray ( image As IntPtr, <OutAttribute> ByRef contours As IntPtr, hierarchy As IntPtr, mode As Integer, method As Integer, offset As Point )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_findContours1_OutputArray( IntPtr image, [OutAttribute] IntPtr% contours, IntPtr hierarchy, int mode, int method, Point offset )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_findContours1_OutputArray : image : IntPtr * contours : IntPtr byref * hierarchy : IntPtr * mode : int * method : int * offset : Point -> unit
OpenCvSharp.NativeMethods.imgproc_findContours1_OutputArray = function(image, contours, hierarchy, mode, method, offset);