#include <matchers.hpp>
Public Member Functions | |
| MatchesInfo () | |
| MatchesInfo (const MatchesInfo &other) | |
| const MatchesInfo & | operator= (const MatchesInfo &other) |
Public Attributes | |
| int | src_img_idx |
| int | dst_img_idx |
| std::vector< DMatch > | matches |
| std::vector< uchar > | inliers_mask |
| int | num_inliers |
| Mat | H |
| double | confidence |
| cv::detail::MatchesInfo::MatchesInfo | ( | const MatchesInfo & | other | ) |
| const MatchesInfo& cv::detail::MatchesInfo::operator= | ( | const MatchesInfo & | other | ) |
| std::vector<DMatch> cv::detail::MatchesInfo::matches |
| std::vector<uchar> cv::detail::MatchesInfo::inliers_mask |