OpenCV
4.9.0
Open Source Computer Vision
|
Class encapsulating training samples. More...
#include <opencv2/optflow/sparse_matching_gpc.hpp>
Public Member Functions | |
operator GPCSamplesVector & () | |
size_t | size () const |
int | type () const |
Static Public Member Functions | |
static Ptr< GPCTrainingSamples > | create (const std::vector< String > &imagesFrom, const std::vector< String > &imagesTo, const std::vector< String > >, 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. More... | |
static Ptr< GPCTrainingSamples > | create (InputArrayOfArrays imagesFrom, InputArrayOfArrays imagesTo, InputArrayOfArrays gt, int descriptorType) |
Class encapsulating training samples.
|
static |
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 |
|
inline |
|
inline |
|
inline |