OpenCV 4.12.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. )
inlinestatic

#include <opencv2/core/utility.hpp>

此函式的呼叫圖如下