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

#include <opencv2/gapi/cpu/gcpukernel.hpp>

Collaboration diagram for cv::GCPUKernel:

公開型

using RunF = std::function<void(GCPUContext &)>
 
using SetupF
 

公開メンバ関数

 GCPUKernel ()
 
 GCPUKernel (const RunF &runF, const SetupF &setupF=nullptr)
 

公開変数類

bool m_isStateful = false
 
RunF m_runF = nullptr
 
SetupF m_setupF = nullptr
 

型定義メンバ詳解

◆ RunF

using cv::GCPUKernel::RunF = std::function<void(GCPUContext &)>

◆ SetupF

初期値:
std::function<void(const GMetaArgs &, const GArgs &,
GArg &, const GCompileArgs &)>
std::vector< GCompileArg > GCompileArgs
Definition gcommon.hpp:200
std::vector< GArg > GArgs
Definition garg.hpp:94
std::vector< GMetaArg > GMetaArgs
Definition gmetaarg.hpp:46

構築子と解体子の詳解

◆ GCPUKernel() [1/2]

cv::GCPUKernel::GCPUKernel ( )

◆ GCPUKernel() [2/2]

cv::GCPUKernel::GCPUKernel ( const RunF & runF,
const SetupF & setupF = nullptr )

メンバ変数詳解

◆ m_isStateful

bool cv::GCPUKernel::m_isStateful = false

◆ m_runF

RunF cv::GCPUKernel::m_runF = nullptr

◆ m_setupF

SetupF cv::GCPUKernel::m_setupF = nullptr

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