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

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

#include <opencv2/gapi/infer.hpp>

Public Member Functions

const std::unordered_map< std::string, cv::GMat > & getBlobs () const
 
cv::GMatoperator[] (const std::string &name)
 

Detailed Description

G-API object used to collect network inputs.

Member Function Documentation

◆ getBlobs()

const std::unordered_map<std::string, cv::GMat>& cv::GInferInputs::getBlobs ( ) const

◆ operator[]()

cv::GMat& cv::GInferInputs::operator[] ( const std::string &  name)

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