View Source Evision.Parallel (Evision v0.1.9)
Link to this section Summary
Link to this section cv.parallel
Change OpenCV parallel_for backend
Positional Arguments
- backendName:
string
Keyword Arguments
- propagateNumThreads:
bool
.
Note: This call is not thread-safe. Consider calling this function from the main()
before any other OpenCV processing functions (and without any other created threads).
Python prototype (for reference):
setParallelForBackend(backendName[, propagateNumThreads]) -> retval
Change OpenCV parallel_for backend
Positional Arguments
- backendName:
string
Keyword Arguments
- propagateNumThreads:
bool
.
Note: This call is not thread-safe. Consider calling this function from the main()
before any other OpenCV processing functions (and without any other created threads).
Python prototype (for reference):
setParallelForBackend(backendName[, propagateNumThreads]) -> retval
Link to this section Functions
Raising version of setParallelForBackend/1
.
Raising version of setParallelForBackend/2
.