OpenCV  4.5.3
Open Source Computer Vision
Classes | Public Member Functions | List of all members
cv::detail::GInferOutputsTyped< OutT > Class Template Reference

#include <opencv2/gapi/infer.hpp>

Public Member Functions

 GInferOutputsTyped ()=default
 
 GInferOutputsTyped (std::shared_ptr< cv::GCall > call)
 
OutT at (const std::string &name)
 

Constructor & Destructor Documentation

◆ GInferOutputsTyped() [1/2]

template<typename OutT >
cv::detail::GInferOutputsTyped< OutT >::GInferOutputsTyped ( )
default

◆ GInferOutputsTyped() [2/2]

template<typename OutT >
cv::detail::GInferOutputsTyped< OutT >::GInferOutputsTyped ( std::shared_ptr< cv::GCall call)
inline

Member Function Documentation

◆ at()

template<typename OutT >
OutT cv::detail::GInferOutputsTyped< OutT >::at ( const std::string &  name)
inline

The documentation for this class was generated from the following file: