OpenCV453
公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
cv::optflow::GPCTrainingSamples クラス

Class encapsulating training samples. [詳解]

#include <sparse_matching_gpc.hpp>

公開メンバ関数

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

静的公開メンバ関数

static Ptr< GPCTrainingSamplescreate (const std::vector< String > &imagesFrom, const std::vector< String > &imagesTo, const std::vector< String > &gt, int descriptorType)
 This function can be used to extract samples from a pair of images and a ground truth flow. Sizes of all the provided vectors must be equal.
 
static Ptr< GPCTrainingSamplescreate (InputArrayOfArrays imagesFrom, InputArrayOfArrays imagesTo, InputArrayOfArrays gt, int descriptorType)
 

詳解

Class encapsulating training samples.


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