OpenCV  4.1.1
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::optflow::GPCDetails Class Reference

#include <opencv2/optflow/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)
 

Member Function Documentation

§ dropOutliers()

static void cv::optflow::GPCDetails::dropOutliers ( std::vector< std::pair< Point2i, Point2i > > &  corr)
static

§ getAllDescriptorsForImage()

static void cv::optflow::GPCDetails::getAllDescriptorsForImage ( const Mat imgCh,
std::vector< GPCPatchDescriptor > &  descr,
const GPCMatchingParams mp,
int  type 
)
static

§ getCoordinatesFromIndex()

static void cv::optflow::GPCDetails::getCoordinatesFromIndex ( size_t  index,
Size  sz,
int &  x,
int &  y 
)
static

The documentation for this class was generated from the following file: