Searched defs:features2 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/stitching/perf/ |
D | perf_stich.cpp | 129 detail::ImageFeatures features1, features2; in PERF_TEST_P() local 184 detail::ImageFeatures features1, features2; variable
|
/external/opencv3/modules/stitching/src/ |
D | matchers.cpp | 145 void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo&… in match() 213 void GpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo&… in match() 577 void BestOf2NearestMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, in match()
|
D | motion_estimators.cpp | 364 const ImageFeatures& features2 = features_[j]; in calcError() local 533 const ImageFeatures& features2 = features_[j]; in calcError() local
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | matchers.hpp | 186 void operator ()(const ImageFeatures &features1, const ImageFeatures &features2, in operator ()()
|