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