包含两幅图像之间匹配信息结构体。 更多…
#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 |
此结构体文档是根据以下文件生成的