OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
未找到匹配项
并行处理

主题

 并行后端 API
 

详细描述

类 cv::ParallelLoopBody
 并行数据处理器的基类。 更多…
 
类 cv::ParallelLoopBodyLambdaWrapper
 

函数

void cv::parallel_for_ (const Range &range, const ParallelLoopBody &body, double nstripes=-1.)
 并行数据处理器。
 
static void cv::parallel_for_ (const Range &range, std::function< void(const Range &)> functor, double nstripes=-1.)
 

函数文档

◆ parallel_for_() [1/2]

void cv::parallel_for_ ( const Range & range,
const ParallelLoopBody & body,
double nstripes = -1. )

#include <opencv2/core/utility.hpp>

并行数据处理器。

◆ parallel_for_() [2/2]

static void cv::parallel_for_ ( const Range & range,
std::function< void(const Range &)> functor,
double nstripes = -1. )
内联静态

#include <opencv2/core/utility.hpp>

此函数的调用图