OpenCV 4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共成员函数 | 受保护的属性 | 所有成员列表
cv::gapi::oak::Params< Net > 类模板参考

#include <opencv2/gapi/oak/infer.hpp>

cv::gapi::oak::Params< Net > 的协作图

公共成员函数

 Params (const std::string &model)
 类构造函数。
 
GBackend backend () const
 
cv::util::any params () const
 
std::string tag () const
 

受保护的属性

detail::ParamDesc desc
 

详细描述

template<typename Net>
class cv::gapi::oak::Params< Net >

包含推理参数的描述和用于填充这些参数的函数集。

构造函数和析构函数文档

◆ Params()

template<typename Net >
cv::gapi::oak::Params< Net >::Params ( const std::string &  model)
inlineexplicit

类构造函数。

根据模型信息构造 Params 并为其他推理描述参数设置默认值。

参数
model模型路径(.blob 文件)

成员函数文档

◆ backend()

template<typename Net >
GBackend cv::gapi::oak::Params< Net >::backend ( ) const
inline
以下是此函数的调用图

◆ params()

template<typename Net >
cv::util::any cv::gapi::oak::Params< Net >::params ( ) const
inline

◆ tag()

template<typename Net >
std::string cv::gapi::oak::Params< Net >::tag ( ) const
inline

成员数据文档

◆ desc

template<typename Net >
detail::ParamDesc cv::gapi::oak::Params< Net >::desc
protected

此类的文档是从以下文件生成的