Home
last modified time | relevance | path

Searched defs:features2 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp129 detail::ImageFeatures features1, features2; in PERF_TEST_P() local
184 detail::ImageFeatures features1, features2; variable
/external/opencv3/modules/stitching/src/
Dmatchers.cpp145 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()
Dmotion_estimators.cpp364 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/
Dmatchers.hpp186 void operator ()(const ImageFeatures &features1, const ImageFeatures &features2, in operator ()()