View Source Evision.Parallel (Evision v0.1.8)

Link to this section Summary

cv.parallel

Change OpenCV parallel_for backend

Change OpenCV parallel_for backend

Link to this section cv.parallel

Link to this function

setParallelForBackend(backendName)

View Source

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 function

setParallelForBackend(backendName, opts)

View Source

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

Link to this function

setParallelForBackend!(backendName)

View Source

Raising version of setParallelForBackend/1.

Link to this function

setParallelForBackend!(backendName, opts)

View Source

Raising version of setParallelForBackend/2.