NativeMethodscuda_GpuMat_create1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void cuda_GpuMat_create1( IntPtr obj, int rows, int cols, int type )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub cuda_GpuMat_create1 ( obj As IntPtr, rows As Integer, cols As Integer, type As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void cuda_GpuMat_create1( IntPtr obj, int rows, int cols, int type )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_GpuMat_create1 : obj : IntPtr * rows : int * cols : int * type : int -> unit
OpenCvSharp.NativeMethods.cuda_GpuMat_create1 = function(obj, rows, cols, type);