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

#include <opencv2/gapi/gtransform.hpp>

Collaboration diagram for cv::GTransform:

公開型

using F = std::function<GComputation()>
 

公開メンバ関数

 GTransform (const std::string &d, const F &p, const F &s)
 

公開変数類

std::string description
 
F pattern
 
F substitute
 

型定義メンバ詳解

◆ F

using cv::GTransform::F = std::function<GComputation()>

構築子と解体子の詳解

◆ GTransform()

cv::GTransform::GTransform ( const std::string & d,
const F & p,
const F & s )
inline

メンバ変数詳解

◆ description

std::string cv::GTransform::description

◆ pattern

F cv::GTransform::pattern

◆ substitute

F cv::GTransform::substitute

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