![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
Class encapsulating training samples. More...
#include "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 |
| cv::optflow::GPCTrainingSamples::operator GPCSamplesVector & | ( | ) |
| size_t cv::optflow::GPCTrainingSamples::size | ( | ) | const |
| int cv::optflow::GPCTrainingSamples::type | ( | ) | const |
1.8.12