http://www.emgu.com
Allocation usage.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default
|
| AllocateHostMemory | 1 |
Buffer allocation policy is platform and usage specific
|
| AllocateDeviceMemory | 2 |
Buffer allocation policy is platform and usage specific
|
| AllocateSharedMemory | 4 |
Buffer allocation policy is platform and usage specific
It is not equal to: AllocateHostMemory | AllocateDeviceMemory
|
See Also