NativeMethodsstitching_Stitcher_stitch1_MatArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int stitching_Stitcher_stitch1_MatArray( IntPtr obj, IntPtr[] images, int imagesSize, IntPtr pano )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function stitching_Stitcher_stitch1_MatArray ( obj As IntPtr, images As IntPtr(), imagesSize As Integer, pano As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int stitching_Stitcher_stitch1_MatArray( IntPtr obj, array<IntPtr>^ images, int imagesSize, IntPtr pano )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member stitching_Stitcher_stitch1_MatArray : obj : IntPtr * images : IntPtr[] * imagesSize : int * pano : IntPtr -> int
OpenCvSharp.NativeMethods.stitching_Stitcher_stitch1_MatArray = function(obj, images, imagesSize, pano);