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