NativeMethodsstitching_Stitcher_estimateTransform_InputArray2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int stitching_Stitcher_estimateTransform_InputArray2( IntPtr obj, IntPtr images, IntPtr[] rois, int roisSize1, int[] roisSize2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function stitching_Stitcher_estimateTransform_InputArray2 ( obj As IntPtr, images As IntPtr, 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_InputArray2( IntPtr obj, IntPtr images, array<IntPtr>^ rois, int roisSize1, array<int>^ roisSize2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member stitching_Stitcher_estimateTransform_InputArray2 : obj : IntPtr * images : IntPtr * rois : IntPtr[] * roisSize1 : int * roisSize2 : int[] -> int
OpenCvSharp.NativeMethods.stitching_Stitcher_estimateTransform_InputArray2 = function(obj, images, rois, roisSize1, roisSize2);