Searched refs:MatchesInfo (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | matchers.hpp | 206 struct CV_EXPORTS MatchesInfo struct 208 MatchesInfo(); 209 MatchesInfo(const MatchesInfo &other); 210 MatchesInfo& operator =(const MatchesInfo &other); 232 MatchesInfo& matches_info) { match(features1, features2, matches_info); } in operator ()() 244 …void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_ma… 266 MatchesInfo& matches_info) = 0; 294 …void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_in… 307 …void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_ma… 345 …void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_in…
|
| H A D | motion_estimators.hpp | 78 const std::vector<MatchesInfo> &pairwise_matches, in operator ()() 92 const std::vector<MatchesInfo> &pairwise_matches, 106 const std::vector<MatchesInfo> &pairwise_matches, 123 const std::vector<MatchesInfo> &pairwise_matches, 164 const std::vector<MatchesInfo> &pairwise_matches, 199 const MatchesInfo *pairwise_matches_; 223 bool estimate(const std::vector<ImageFeatures> &, const std::vector<MatchesInfo> &, in estimate() argument 342 String CV_EXPORTS matchesGraphAsString(std::vector<String> &pathes, std::vector<MatchesInfo> &pairw… 347 std::vector<MatchesInfo> &pairwise_matches, 351 int num_images, const std::vector<MatchesInfo> &pairwise_matches,
|
| H A D | autocalib.hpp | 76 const std::vector<MatchesInfo> &pairwise_matches,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | stitching.hpp | 304 std::vector<detail::MatchesInfo> pairwise_matches_;
|