Searched defs:MatchesInfo (Results 1 – 2 of 2) sorted by relevance
206 struct CV_EXPORTS MatchesInfo struct212 int src_img_idx, dst_img_idx; //!< Images indices (optional)213 std::vector<DMatch> matches;214 std::vector<uchar> inliers_mask; //!< Geometrically consistent matches mask215 int num_inliers; //!< Number of geometrically consistent matches216 Mat H; //!< Estimated transformation217 double confidence; //!< Confidence two images are from the same panorama
223 bool estimate(const std::vector<ImageFeatures> &, const std::vector<MatchesInfo> &, in estimate()