Home
last modified time | relevance | path

Searched defs:MatchesInfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp206 struct CV_EXPORTS MatchesInfo struct
212 int src_img_idx, dst_img_idx; //!< Images indices (optional)
213 std::vector<DMatch> matches;
214 std::vector<uchar> inliers_mask; //!< Geometrically consistent matches mask
215 int num_inliers; //!< Number of geometrically consistent matches
216 Mat H; //!< Estimated transformation
217 double confidence; //!< Confidence two images are from the same panorama
H A Dmotion_estimators.hpp223 bool estimate(const std::vector<ImageFeatures> &, const std::vector<MatchesInfo> &, in estimate()