OpenCV  4.5.5
Open Source Computer Vision
Classes | Namespaces | Functions
parallel_backend.hpp File Reference
#include "opencv2/core/cvdef.h"
#include <memory>

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...