OpenCV
4.7.0-dev
Open Source Computer Vision
|
Classes | |
class | cv::parallel::ParallelForAPI |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::parallel | |
Functions | |
void | cv::parallel::setParallelForBackend (const std::shared_ptr< ParallelForAPI > &api, bool propagateNumThreads=true) |
Replace OpenCV parallel_for backend. More... | |
bool | cv::parallel::setParallelForBackend (const std::string &backendName, bool propagateNumThreads=true) |
Change OpenCV parallel_for backend. More... | |