CvInvokeHaveOpenCLCompatibleGpuDevice Property |
http://www.emgu.com
Gets a value indicating whether this device have open CL compatible gpu device.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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