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