CvInvokeHaveOpenCLCompatibleGpuDevice Property |
http://www.emgu.com
Gets a value indicating whether this device have open CL compatible gpu device.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static bool HaveOpenCLCompatibleGpuDevice { get; }
Public Shared ReadOnly Property HaveOpenCLCompatibleGpuDevice As Boolean
Get
public:
static property bool HaveOpenCLCompatibleGpuDevice {
bool get ();
}
static member HaveOpenCLCompatibleGpuDevice : bool with get
Property Value
Type:
Booleantrue if have open CL compatible gpu device; otherwise,
false.
See Also