OpenCV 4.12.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

此類文件由以下檔案生成