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

GAPI_WRAP GInferInputs ()
 
const Map & getBlobs () const
 
cv::GMatoperator[] (const std::string &name)
 
GAPI_WRAP void setInput (const std::string &name, const cv::GMat &value)
 

Detailed Description

G-API object used to collect network inputs.

Constructor & Destructor Documentation

◆ GInferInputs()

GAPI_WRAP cv::GInferInputs::GInferInputs ( )
Python:
<GInferInputs object>=cv.GInferInputs()

Member Function Documentation

◆ getBlobs()

const Map& cv::GInferInputs::getBlobs ( ) const

◆ operator[]()

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

◆ setInput()

GAPI_WRAP void cv::GInferInputs::setInput ( const std::string &  name,
const cv::GMat value 
)
Python:
None=cv.GInferInputs.setInput(name, value)

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