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