OpenCV  4.10.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

此结构体的文档来自以下文件