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