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