CvInvokeUseOpenCL Property |
http://www.emgu.com
Get or set if OpenCL should be used
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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