OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::InferAPIList< Net, Ts > 结构体模板参考

#include <opencv2/gapi/infer.hpp>

cv::InferAPIList< Net, Ts > 的协作图

公共类型

using type
 

成员 Typedef 文档

◆ type

template<class Net , class... Ts>
using cv::InferAPIList< Net, Ts >::type
初始值
typename std::enable_if
&& std::tuple_size<typename Net::InArgs>::value == sizeof...(Ts)
, std::function<typename Net::ResultL(cv::GArray<cv::Rect>, Ts...)>
cv::GArray<T> 模板类表示图中 T 类对象的列表。
定义 garray.hpp:366
all_satisfy< accepted_infer_types, Ts... > valid_infer_types
定义 infer.hpp:41
typename std::enable_if< detail::valid_infer_types< Ts... >::value &&std::tuple_size< typename Net::InArgs >::value==sizeof...(Ts), std::function< typename Net::ResultL(cv::GArray< cv::Rect >, Ts...)> >::type type
定义 infer.hpp:244

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