Enum OclDeviceTypes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
OpenCL device types reported by cv::ocl::Device.
[Flags]
public enum OclDeviceTypes : uint
Fields
Accelerator = 8A dedicated accelerator OpenCL device.
All = 4294967295All OpenCL device types.
Cpu = 2A CPU OpenCL device.
Default = 1The default OpenCL device type.
DiscreteGpu = 65540A discrete GPU selector used by OpenCV device configuration.
Gpu = 4A GPU OpenCL device.
IntegratedGpu = 131076An integrated GPU selector used by OpenCV device configuration.