OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
| 公共类型 | 公共成员函数 | 所有成员列表
cv::detail::GInferInputsTyped< Ts > 类模板参考

#include <opencv2/gapi/infer.hpp>

cv::detail::GInferInputsTyped< Ts > 的协作图

公共类型

using Map = std::unordered_map< std::string, StorageT >
 
using StorageT = cv::util::variant< Ts... >
 

公共成员函数

 GInferInputsTyped ()
 
const MapgetBlobs () const
 
StorageToperator[] (const std::string &name)
 
template<typename U >
GInferInputsTyped< Ts... > & setInput (const std::string &name, U in)
 

成员类型定义文档

◆ Map

template<typename... Ts>
using cv::detail::GInferInputsTyped< Ts >::Map = std::unordered_map<std::string, StorageT>

◆ StorageT

template<typename... Ts>
using cv::detail::GInferInputsTyped< Ts >::StorageT = cv::util::variant<Ts...>

构造函数和析构函数文档

◆ GInferInputsTyped()

template<typename... Ts>
cv::detail::GInferInputsTyped< Ts >::GInferInputsTyped ( )
inline

成员函数文档

◆ getBlobs()

template<typename... Ts>
const Map & cv::detail::GInferInputsTyped< Ts >::getBlobs ( ) const
inline

◆ operator[]()

template<typename... Ts>
StorageT & cv::detail::GInferInputsTyped< Ts >::operator[] ( const std::string &  name)
inline

◆ setInput()

template<typename... Ts>
template<typename U >
GInferInputsTyped< Ts... > & cv::detail::GInferInputsTyped< Ts >::setInput ( const std::string &  name,
in 
)
inline

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