NativeMethodsstitching_Stitcher_component Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void stitching_Stitcher_component( IntPtr obj, out IntPtr pointer, out int length )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub stitching_Stitcher_component ( obj As IntPtr, <OutAttribute> ByRef pointer As IntPtr, <OutAttribute> ByRef length As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void stitching_Stitcher_component( IntPtr obj, [OutAttribute] IntPtr% pointer, [OutAttribute] int% length )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member stitching_Stitcher_component : obj : IntPtr * pointer : IntPtr byref * length : int byref -> unit
OpenCvSharp.NativeMethods.stitching_Stitcher_component = function(obj, pointer, length);