G-API object used to collect network inputs.
More...
#include <opencv2/gapi/infer.hpp>
G-API object used to collect network inputs.
◆ GInferInputs()
Python: |
---|
| <GInferInputs object> | = | cv.GInferInputs( | | ) |
◆ 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: