Click or drag to resize

UMatUsage Enumeration

http://www.emgu.com
Allocation usage.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum Usage
Members
  Member nameValueDescription
Default0 Default
AllocateHostMemory1 Buffer allocation policy is platform and usage specific
AllocateDeviceMemory2 Buffer allocation policy is platform and usage specific
AllocateSharedMemory4 Buffer allocation policy is platform and usage specific It is not equal to: AllocateHostMemory | AllocateDeviceMemory
See Also