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