OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::optflow::GPCDetails 类参考

#include <opencv2/optflow/sparse_matching_gpc.hpp>

cv::optflow::GPCDetails 的协作图

静态公共成员函数

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)
 

成员函数文档

◆ 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

该类的文档是从以下文件生成的: