OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::detail::MatchesInfo 結構體參考

包含兩幅影像之間匹配資訊的結構體。 更多...

#include <opencv2/stitching/detail/matchers.hpp>

cv::detail::MatchesInfo 的協作圖

公共成員函式

 MatchesInfo ()
 
 MatchesInfo (const MatchesInfo &other)
 
std::vector< uchargetInliers ()
 
std::vector< DMatchgetMatches ()
 
MatchesInfooperator= (const MatchesInfo &other)
 

公共屬性

double confidence
 兩幅影像來自同一全景圖的置信度。
 
int dst_img_idx
 影像索引(可選)
 
Mat H
 估計的變換。
 
std::vector< ucharinliers_mask
 幾何一致性匹配掩碼。
 
std::vector< DMatchmatches
 
int num_inliers
 幾何一致性匹配的數量。
 
int src_img_idx
 

詳細描述

包含兩幅影像之間匹配資訊的結構體。

假設這些影像之間存在變換。變換可以是基於所選匹配器的單應性變換或仿射變換。

另請參見
detail::FeaturesMatcher

建構函式 & 解構函式文件

◆ MatchesInfo() [1/2]

cv::detail::MatchesInfo::MatchesInfo ( )

◆ MatchesInfo() [2/2]

cv::detail::MatchesInfo::MatchesInfo ( const MatchesInfo & other)

成員函式文件

◆ getInliers()

std::vector< uchar > cv::detail::MatchesInfo::getInliers ( )
inline

◆ getMatches()

std::vector< DMatch > cv::detail::MatchesInfo::getMatches ( )
inline

◆ operator=()

MatchesInfo & cv::detail::MatchesInfo::operator= ( const MatchesInfo & other)

成員資料文件

◆ confidence

double cv::detail::MatchesInfo::confidence

兩幅影像來自同一全景圖的置信度。

◆ dst_img_idx

int cv::detail::MatchesInfo::dst_img_idx

影像索引(可選)

◆ H

Mat cv::detail::MatchesInfo::H

估計的變換。

◆ inliers_mask

std::vector<uchar> cv::detail::MatchesInfo::inliers_mask

幾何一致性匹配掩碼。

◆ matches

std::vector<DMatch> cv::detail::MatchesInfo::matches

◆ num_inliers

int cv::detail::MatchesInfo::num_inliers

幾何一致性匹配的數量。

◆ src_img_idx

int cv::detail::MatchesInfo::src_img_idx

該結構體的文件由以下檔案生成