OpenCV  4.7.0-dev
Open Source Computer Vision
Public Member Functions | List of all members
cv::gapi::onnx::PyParams Class Reference

#include <opencv2/gapi/infer/bindings_onnx.hpp>

Public Member Functions

GAPI_WRAP PyParams ()=default
 
GAPI_WRAP PyParams (const std::string &tag, const std::string &model_path)
 
GBackend backend () const
 
cv::util::any params () const
 
std::string tag () const
 

Constructor & Destructor Documentation

◆ PyParams() [1/2]

GAPI_WRAP cv::gapi::onnx::PyParams::PyParams ( )
default

◆ PyParams() [2/2]

GAPI_WRAP cv::gapi::onnx::PyParams::PyParams ( const std::string &  tag,
const std::string &  model_path 
)

Member Function Documentation

◆ backend()

GBackend cv::gapi::onnx::PyParams::backend ( ) const

◆ params()

cv::util::any cv::gapi::onnx::PyParams::params ( ) const

◆ tag()

std::string cv::gapi::onnx::PyParams::tag ( ) const

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