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