Table of Contents

Enum OclDeviceTypes

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

OpenCL device types reported by cv::ocl::Device.

[Flags]
public enum OclDeviceTypes : uint

Fields

Accelerator = 8

A dedicated accelerator OpenCL device.

All = 4294967295

All OpenCL device types.

Cpu = 2

A CPU OpenCL device.

Default = 1

The default OpenCL device type.

DiscreteGpu = 65540

A discrete GPU selector used by OpenCV device configuration.

Gpu = 4

A GPU OpenCL device.

IntegratedGpu = 131076

An integrated GPU selector used by OpenCV device configuration.