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