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

#include <opencv2/gapi/gkernel.hpp>

Collaboration diagram for cv::GKernel:

公開型

using M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>
 

公開変数類

GKinds inKinds
 
std::string name
 
GCtors outCtors
 
GKinds outKinds
 
M outMeta
 
GShapes outShapes
 
std::string tag
 

型定義メンバ詳解

◆ M

using cv::GKernel::M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>

メンバ変数詳解

◆ inKinds

GKinds cv::GKernel::inKinds

◆ name

std::string cv::GKernel::name

◆ outCtors

GCtors cv::GKernel::outCtors

◆ outKinds

GKinds cv::GKernel::outKinds

◆ outMeta

M cv::GKernel::outMeta

◆ outShapes

GShapes cv::GKernel::outShapes

◆ tag

std::string cv::GKernel::tag

この構造体詳解は次のファイルから抽出されました: