Turns on/off available optimization.
The function turns on or off the optimized code in OpenCV. Some optimization can not be enabled
or disabled, but, for example, most of SSE code in OpenCV can be temporarily turned on or off this way.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- onoff
- Type: SystemBoolean
[Missing <param name="onoff"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.SetUseOptimized(System.Boolean)"]
See Also