Table of Contents

Method SetUseOptimized

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetUseOptimized(bool)

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.

public static void SetUseOptimized(bool onoff)

Parameters

onoff bool