OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
cv::gapi::oak::Params< Net > Class Template Reference

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

Collaboration diagram for cv::gapi::oak::Params< Net >:

Public Member Functions

 Params (const std::string &model)
 Class constructor.
 
GBackend backend () const
 
cv::util::any params () const
 
std::string tag () const
 

Protected Attributes

detail::ParamDesc desc
 

Detailed Description

template<typename Net>
class cv::gapi::oak::Params< Net >

Contains description of inference parameters and kit of functions that fill this parameters.

Constructor & Destructor Documentation

◆ Params()

template<typename Net >
cv::gapi::oak::Params< Net >::Params ( const std::string &  model)
inlineexplicit

Class constructor.

Constructs Params based on model information and sets default values for other inference description parameters.

Parameters
modelPath to model (.blob file)

Member Function Documentation

◆ backend()

template<typename Net >
GBackend cv::gapi::oak::Params< Net >::backend ( ) const
inline
Here is the call graph for this function:

◆ params()

template<typename Net >
cv::util::any cv::gapi::oak::Params< Net >::params ( ) const
inline

◆ tag()

template<typename Net >
std::string cv::gapi::oak::Params< Net >::tag ( ) const
inline

Member Data Documentation

◆ desc

template<typename Net >
detail::ParamDesc cv::gapi::oak::Params< Net >::desc
protected

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