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