NativeMethodscuda_GpuMat_step Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static ulong cuda_GpuMat_step( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_GpuMat_step ( obj As IntPtr ) As ULong
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static unsigned long long cuda_GpuMat_step( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_GpuMat_step : obj : IntPtr -> uint64
OpenCvSharp.NativeMethods.cuda_GpuMat_step = function(obj);