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

此類的文件生成自以下檔案