opencv2/optflow/sparse_matching_gpc.hpp#
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
Include dependency graph for sparse_matching_gpc.hpp:
This graph shows which files directly or indirectly include sparse_matching_gpc.hpp:
Classes#
class cv::optflow::GPCDetails
class cv::optflow::GPCForest
struct cv::optflow::GPCMatchingParams
Class encapsulating matching parameters. More…
struct cv::optflow::GPCPatchDescriptor
struct cv::optflow::GPCPatchSample
struct cv::optflow::GPCTrainingParams
Class encapsulating training parameters. More…
class cv::optflow::GPCTrainingSamples
Class encapsulating training samples. More…
class cv::optflow::GPCTree
Class for individual tree. More…
struct cv::optflow::GPCTree::Node
class cv::optflow::GPCForest::ParallelTrailsFilling
struct cv::optflow::GPCForest::Trail
Namespaces#
namespace cv
namespace cv::optflow
Enumerations#
enum cv::optflow::GPCDescType { GPC_DESCRIPTOR_DCT = 0, GPC_DESCRIPTOR_WHT }
Descriptor types for the Global Patch Collider. More…
Functions#
void cv::optflow::GPCForest::findCorrespondences (InputArray imgFrom, InputArray imgTo, std::vector< std::pair< Point2i, Point2i > > &corr, const GPCMatchingParams params=GPCMatchingParams()) const
Find correspondences between two images.