OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
parallel_backend.hpp File Reference
#include "opencv2/core/cvdef.h"
#include <memory>
Include dependency graph for parallel_backend.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::parallel::ParallelForAPI
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::parallel
 

Functions

void cv::parallel::setParallelForBackend (const std::shared_ptr< ParallelForAPI > &api, bool propagateNumThreads=true)
 Replace OpenCV parallel_for backend.
 
bool cv::parallel::setParallelForBackend (const std::string &backendName, bool propagateNumThreads=true)
 Change OpenCV parallel_for backend.