NativeMethodscuda_GpuMat_new11 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr cuda_GpuMat_new11( Size size, int type, Scalar s )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_GpuMat_new11 ( size As Size, type As Integer, s As Scalar ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr cuda_GpuMat_new11( Size size, int type, Scalar s )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_GpuMat_new11 : size : Size * type : int * s : Scalar -> IntPtr
OpenCvSharp.NativeMethods.cuda_GpuMat_new11 = function(size, type, s);