OpenCV
4.6.0
Open Source Computer Vision
|
Namespaces | |
openmp | |
tbb | |
Classes | |
class | ParallelForAPI |
Functions | |
void | setParallelForBackend (const std::shared_ptr< ParallelForAPI > &api, bool propagateNumThreads=true) |
Replace OpenCV parallel_for backend. More... | |
bool | setParallelForBackend (const std::string &backendName, bool propagateNumThreads=true) |
Change OpenCV parallel_for backend. More... | |