Click or drag to resize

NativeMethodscuda_DeviceInfo_queryMemory Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void cuda_DeviceInfo_queryMemory(
	IntPtr obj,
	out ulong totalMemory,
	out ulong freeMemory
)

Parameters

obj
Type: SystemIntPtr
totalMemory
Type: SystemUInt64
freeMemory
Type: SystemUInt64
See Also