OpenCV  4.5.0
Open Source Computer Vision
Public Member Functions | List of all members
cv::GInferOutputs Struct Reference

G-API object used to collect network outputs. More...

#include <opencv2/gapi/infer.hpp>

Public Member Functions

 GInferOutputs (std::shared_ptr< cv::GCall > call)
 
cv::GMat at (const std::string &name)
 

Detailed Description

G-API object used to collect network outputs.

Constructor & Destructor Documentation

◆ GInferOutputs()

cv::GInferOutputs::GInferOutputs ( std::shared_ptr< cv::GCall call)

Member Function Documentation

◆ at()

cv::GMat cv::GInferOutputs::at ( const std::string &  name)

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