[This is preliminary documentation and is subject to change.]
Enable or diable IPL optimization for opencv
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void OptimizeCV(
bool enable
)
Public Shared Sub OptimizeCV ( _
enable As Boolean _
)
public:
static void OptimizeCV(
bool enable
)
Parameters
- enable
- Boolean
true to enable optimization, false to disable
See Also