OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
公共成员函数 | 静态公共成员函数 | 所有成员列表
cv::optflow::GPCTrainingSamples 类参考

封装训练样本的类。 更多...

#include <opencv2/optflow/sparse_matching_gpc.hpp>

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

此类的文档是从以下文件生成的