http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the amount of total memory
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public ulong TotalMemory { get; } |
Visual Basic |
---|
Public ReadOnly Property TotalMemory As ULong Get |
Visual C++ |
---|
public: property unsigned long long TotalMemory { unsigned long long get (); } |