OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::gapi::oak::Params< Net > クラステンプレート

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

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

公開メンバ関数

 Params (const std::string &model)
 クラスのコンストラクタ。
 
GBackend backend () const
 
cv::util::any params () const
 
std::string tag () const
 

限定公開変数類

detail::ParamDesc desc
 

詳細説明

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

推論パラメータの記述と、それらのパラメータを設定する一連の関数を含む。

構築子と解体子の詳解

◆ Params()

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

クラスのコンストラクタ。

モデル情報に基づいてParamsを構築し、その他の推論記述パラメータにデフォルト値を設定する。

引数
modelモデルへのパス(.blobファイル)

メンバ関数詳解

◆ backend()

template<typename Net >
GBackend cv::gapi::oak::Params< Net >::backend ( ) const
inline
この関数の呼び出しグラフ:

◆ 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

メンバ変数詳解

◆ desc

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

このクラス詳解は次のファイルから抽出されました: