OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
parallel_backend.hpp File Reference
#include "opencv2/core/cvdef.h"
#include <memory>

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.