OclDeviceType Enumeration |
http://www.emgu.com
Ocl Device Type
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic enum OclDeviceType
Public Enumeration OclDeviceType
public enum class OclDeviceType
Members
| Member name | Value | Description |
---|
| Default | 1 |
Default
|
| Cpu | 2 |
Cpu
|
| Gpu | 4 |
Gpu
|
| Accelerator | 8 |
Accerlerator
|
| DGpu | 65540 |
DGpu
|
| IGpu | 131076 |
IGpu
|
| All | -1 |
All
|
See Also