NativeMethodscuda_Stream_enqueueConvert Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void cuda_Stream_enqueueConvert( IntPtr obj, IntPtr src, IntPtr dst, int dtype, double a, double b )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub cuda_Stream_enqueueConvert ( obj As IntPtr, src As IntPtr, dst As IntPtr, dtype As Integer, a As Double, b As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void cuda_Stream_enqueueConvert( IntPtr obj, IntPtr src, IntPtr dst, int dtype, double a, double b )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_Stream_enqueueConvert : obj : IntPtr * src : IntPtr * dst : IntPtr * dtype : int * a : float * b : float -> unit
OpenCvSharp.NativeMethods.cuda_Stream_enqueueConvert = function(obj, src, dst, dtype, a, b);