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