OpenCV 4.5.3(日本語機械翻訳)
|
モジュール |
|
Parallel backends API | |
クラス |
|
class | cv::ParallelLoopBody |
並列データ処理装置の基本クラス[【詳解】(英語]
|
|
class | cv::ParallelLoopBodyLambdaWrapper |
関数 |
|
CV_EXPORTS 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.) |