OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::optflow::GPCDetails クラス

#include <opencv2/optflow/sparse_matching_gpc.hpp>

Collaboration diagram for 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

このクラス詳解は次のファイルから抽出されました: