CvInvokeHaveOpenCL Property |
http://www.emgu.com
Check if we have OpenCL
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static bool HaveOpenCL { get; }
Public Shared ReadOnly Property HaveOpenCL As Boolean
Get
public:
static property bool HaveOpenCL {
bool get ();
}
static member HaveOpenCL : bool with get
Property Value
Type:
Boolean
See Also