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

#include <opencv2/gapi/plaidml/gplaidmlkernel.hpp>

Collaboration diagram for cv::GPlaidMLKernel:

公開型

using F = std::function<void(GPlaidMLContext &)>
 

公開メンバ関数

 GPlaidMLKernel ()=default
 
 GPlaidMLKernel (const F &f)
 
void apply (GPlaidMLContext &ctx) const
 

限定公開変数類

F m_f
 

型定義メンバ詳解

◆ F

using cv::GPlaidMLKernel::F = std::function<void(GPlaidMLContext &)>

構築子と解体子の詳解

◆ GPlaidMLKernel() [1/2]

cv::GPlaidMLKernel::GPlaidMLKernel ( )
default

◆ GPlaidMLKernel() [2/2]

cv::GPlaidMLKernel::GPlaidMLKernel ( const F & f)
inlineexplicit

メンバ関数詳解

◆ apply()

void cv::GPlaidMLKernel::apply ( GPlaidMLContext & ctx) const
inline

メンバ変数詳解

◆ m_f

F cv::GPlaidMLKernel::m_f
protected

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