Home
last modified time | relevance | path

Searched defs:matches_info (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/src/
Dmatchers.cpp145 …r::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) in match()
213 …r::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) in match()
578 MatchesInfo &matches_info) in match()
Dmotion_estimators.cpp197 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; in estimate() local
365 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; in calcError() local
534 const MatchesInfo& matches_info = pairwise_matches_[i * num_images_ + j]; in calcError() local
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp187 MatchesInfo& matches_info) { match(features1, features2, matches_info); } in operator ()()