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