DeviceMaxMemAllocSize Property |
http://www.emgu.com
The maximum memory allocation size
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int MaxMemAllocSize { get; }
Public ReadOnly Property MaxMemAllocSize As Integer
Get
public:
property int MaxMemAllocSize {
int get ();
}
member MaxMemAllocSize : int with get
Property Value
Type:
Int32
See Also