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