Click or drag to resize

Cv2SetUseOptimized Method

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
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void SetUseOptimized(
	bool onoff
)

Parameters

onoff
Type: SystemBoolean

[Missing <param name="onoff"/> documentation for "M:OpenCvSharp.Cv2.SetUseOptimized(System.Boolean)"]

See Also