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

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

#include <opencv2/gapi/gcommon.hpp>

cv::use_threaded_executor 的协作图

公共成员函数

 use_threaded_executor ()
 
 use_threaded_executor (const uint32_t nthreads)
 

公共属性

uint32_t num_threads
 

详细描述

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

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

构造函数 & 析构函数文档

◆ 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)
显式

成员数据文档

◆ num_threads

uint32_t cv::use_threaded_executor::num_threads

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