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

#include <opencv2/gapi/gcompoundkernel.hpp>

Collaboration diagram for cv::detail::GCompoundKernel:

公開型

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

公開メンバ関数

 GCompoundKernel (const F &f)
 
void apply (GCompoundContext &ctx)
 

限定公開変数類

F m_f
 

型定義メンバ詳解

◆ F

using cv::detail::GCompoundKernel::F = std::function<void(GCompoundContext& ctx)>

構築子と解体子の詳解

◆ GCompoundKernel()

cv::detail::GCompoundKernel::GCompoundKernel ( const F & f)
explicit

メンバ関数詳解

◆ apply()

void cv::detail::GCompoundKernel::apply ( GCompoundContext & ctx)

メンバ変数詳解

◆ m_f

F cv::detail::GCompoundKernel::m_f
protected

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