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