OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::use_threaded_executor 结构体参考

当通过 cv::GComputationcv::GComputation::compile 方法编译时,请求 G-API 使用线程执行器。更多…

#include <opencv2/gapi/gcommon.hpp>

cv::use_threaded_executor 的协作图

公共成员函数

 use_threaded_executor ()
 
 use_threaded_executor (const uint32_t nthreads)
 

公共属性

uint32_t num_threads
 

详细描述

当通过 cv::GComputationcv::GComputation::compile 方法编译时,请求 G-API 使用线程执行器。

指定执行器应使用的线程数。

构造函数和析构函数文档

◆ use_threaded_executor() [1/2]

cv::use_threaded_executor::use_threaded_executor ( )

◆ use_threaded_executor() [2/2]

cv::use_threaded_executor::use_threaded_executor ( const uint32_t nthreads)
explicit

成员数据文档

◆ num_threads

uint32_t cv::use_threaded_executor::num_threads

此结构体的文档是从以下文件生成的