Get the free and total amount of GPU memory on the current devide
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Public Shared Sub GetGpuMemInfo ( _ <OutAttribute> ByRef free As ULong, _ <OutAttribute> ByRef total As ULong _ )
public: static void GetGpuMemInfo( [OutAttribute] unsigned long long% free, [OutAttribute] unsigned long long% total )