Start » Filter Reference » OpenCV » Configuration » cvSetNumThreads
Module: | OpenCV |
---|
Configures number of threads used by OpenCV.
Name | Type | Range | Description | |
---|---|---|---|---|
inThreads | Integer | -1 - | If threads == 0, OpenCV will disable threading optimizations and run all functions sequentially. Passing threads < 0 will reset threads number to system default. |
Complexity Level
This filter is available on Basic Complexity Level.