NativeMethodscuda_GpuMat_new7 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr cuda_GpuMat_new7( Size size, int type, IntPtr data, ulong step )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_GpuMat_new7 ( size As Size, type As Integer, data As IntPtr, step As ULong ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr cuda_GpuMat_new7( Size size, int type, IntPtr data, unsigned long long step )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_GpuMat_new7 : size : Size * type : int * data : IntPtr * step : uint64 -> IntPtr
OpenCvSharp.NativeMethods.cuda_GpuMat_new7 = function(size, type, data, step);