CvInvokeUseOpenCL Property |
http://www.emgu.com
Get or set if OpenCL should be used
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static bool UseOpenCL { get; set; }
Public Shared Property UseOpenCL As Boolean
Get
Set
public:
static property bool UseOpenCL {
bool get ();
void set (bool value);
}
static member UseOpenCL : bool with get, set
Property Value
Type:
Boolean
See Also