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

学習サンプルをカプセル化するクラス。 続きを読む...

#include <opencv2/optflow/sparse_matching_gpc.hpp>

Collaboration diagram for cv::optflow::GPCTrainingSamples:

公開メンバ関数

 operator GPCSamplesVector & ()
 
size_t size () const
 
int type () const
 

静的公開メンバ関数

static Ptr< GPCTrainingSamplescreate (const std::vector< String > &imagesFrom, const std::vector< String > &imagesTo, const std::vector< String > &gt, int descriptorType)
 この関数は、画像のペアとグラウンドトゥルースのフローからサンプルを抽出するために使用できる。提供されるすべてのベクトルのサイズは等しくなければならない。
 
static Ptr< GPCTrainingSamplescreate (InputArrayOfArrays imagesFrom, InputArrayOfArrays imagesTo, InputArrayOfArrays gt, int descriptorType)
 

詳細説明

学習サンプルをカプセル化するクラス。

メンバ関数詳解

◆ create() [1/2]

static Ptr< GPCTrainingSamples > cv::optflow::GPCTrainingSamples::create ( const std::vector< String > & imagesFrom,
const std::vector< String > & imagesTo,
const std::vector< String > & gt,
int descriptorType )
static

この関数は、画像のペアとグラウンドトゥルースのフローからサンプルを抽出するために使用できる。提供されるすべてのベクトルのサイズは等しくなければならない。

◆ create() [2/2]

static Ptr< GPCTrainingSamples > cv::optflow::GPCTrainingSamples::create ( InputArrayOfArrays imagesFrom,
InputArrayOfArrays imagesTo,
InputArrayOfArrays gt,
int descriptorType )
static

◆ operator GPCSamplesVector &()

cv::optflow::GPCTrainingSamples::operator GPCSamplesVector & ( )
inline

◆ size()

size_t cv::optflow::GPCTrainingSamples::size ( ) const
inline

◆ type()

int cv::optflow::GPCTrainingSamples::type ( ) const
inline

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