Table of Contents

Enum UMat.Usage

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Allocation usage.

public enum UMat.Usage

Fields

AllocateDeviceMemory = 2

Buffer allocation policy is platform and usage specific

AllocateHostMemory = 1

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

Default = 0

Default