包含兩幅影像之間匹配資訊的結構體。 更多...
#include <opencv2/stitching/detail/matchers.hpp>
包含兩幅影像之間匹配資訊的結構體。
假設這些影像之間存在變換。變換可以是基於所選匹配器的單應性變換或仿射變換。
- 另請參見
- 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=()
◆ confidence
| double cv::detail::MatchesInfo::confidence |
◆ dst_img_idx
| int cv::detail::MatchesInfo::dst_img_idx |
| 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 |
該結構體的文件由以下檔案生成