OpenCV 4.12.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)
 

成员 Typedef 文档

◆ 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,
U in )
inline

此类的文档生成自以下文件