OpenCV 4.10.0
开源计算机视觉库
|
当通过 cv::GComputation 的 cv::GComputation::compile 方法编译时,请求 G-API 使用线程化执行器。 更多...
#include <opencv2/gapi/gcommon.hpp>
公共成员函数 | |
use_threaded_executor () | |
use_threaded_executor (const uint32_t nthreads) | |
公共属性 | |
uint32_t | num_threads |
当通过 cv::GComputation 的 cv::GComputation::compile 方法编译时,请求 G-API 使用线程化执行器。
指定执行器应使用的线程数。
cv::use_threaded_executor::use_threaded_executor | ( | ) |
|
explicit |
uint32_t cv::use_threaded_executor::num_threads |