OpenCV  4.5.1
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

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

Detailed Description

G-API object used to collect network outputs.

Constructor & Destructor Documentation

◆ GInferOutputs() [1/2]

GAPI_WRAP cv::GInferOutputs::GInferOutputs ( )
default

◆ GInferOutputs() [2/2]

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

Member Function Documentation

◆ at()

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

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