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