OpenCV
4.0.0
Open Source Computer Vision
|
#include "sparse_matching_gpc.hpp"
Static Public Member Functions | |
static void | dropOutliers (std::vector< std::pair< Point2i, Point2i > > &corr) |
static void | getAllDescriptorsForImage (const Mat *imgCh, std::vector< GPCPatchDescriptor > &descr, const GPCMatchingParams &mp, int type) |
static void | getCoordinatesFromIndex (size_t index, Size sz, int &x, int &y) |
|
static |
|
static |
|
static |