OpenCV 4.12.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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
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.