OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::detail::GInferInputsTyped< Ts > 类模板参考

#include <opencv2/gapi/infer.hpp>

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

公共类型

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

公共成员函数

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

成员类型定义文档

◆ Map

模板<typename... Ts>
使用 cv::detail::GInferInputsTyped< Ts >::Map = std::unordered_map<std::string, StorageT>

◆ StorageT

模板<typename... Ts>
使用 cv::detail::GInferInputsTyped< Ts >::StorageT = cv::util::variant<Ts...>

构造函数和析构函数文档

◆ GInferInputsTyped()

模板<typename... Ts>
cv::detail::GInferInputsTyped< Ts >::GInferInputsTyped ( )
内联

成员函数文档

◆ getBlobs()

模板<typename... Ts>
const Map & cv::detail::GInferInputsTyped< Ts >::getBlobs ( ) const
内联

◆ operator[]()

模板<typename... Ts>
StorageT & cv::detail::GInferInputsTyped< Ts >::operator[] ( const std::string & name)
内联

◆ setInput()

模板<typename... Ts>
模板<typename U >
GInferInputsTyped< Ts... > & cv::detail::GInferInputsTyped< Ts >::setInput ( const std::string & name,
U in )
内联

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