Cv2SetUseOptimized Method OpenCvSharp Class Library
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

public static void SetUseOptimized(
	bool onoff
)

Parameters

onoff
Type: SystemBoolean

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

See Also

Reference