Loading...
Searching...
No Matches
cv::gapi::oak::Params< Net > Class Template Reference
#include <opencv2/gapi/oak/infer.hpp>
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 >
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 >
|
inlineexplicit |
Class constructor.
Constructs Params based on model information and sets default values for other inference description parameters.
- Parameters
-
model Path to model (.blob file)
Member Function Documentation
◆ backend()
template<typename Net >
|
inline |
◆ params()
template<typename Net >
|
inline |
◆ tag()
template<typename Net >
|
inline |
Member Data Documentation
◆ desc
template<typename Net >
|
protected |
The documentation for this class was generated from the following file:
- opencv2/gapi/oak/infer.hpp