ImageFeatures 240 modules/stitching/include/opencv2/stitching.hpp std::vector<detail::ImageFeatures> features_; ImageFeatures 75 modules/stitching/include/opencv2/stitching/detail/autocalib.hpp void CV_EXPORTS estimateFocal(const std::vector<ImageFeatures> &features, ImageFeatures 76 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(InputArray image, ImageFeatures &features); ImageFeatures 85 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(InputArray image, ImageFeatures &features, const std::vector<cv::Rect> &rois); ImageFeatures 97 modules/stitching/include/opencv2/stitching/detail/matchers.hpp virtual void find(InputArray image, ImageFeatures &features) = 0; ImageFeatures 111 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void find(InputArray image, ImageFeatures &features); ImageFeatures 128 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void find(InputArray image, ImageFeatures &features); ImageFeatures 145 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void find(InputArray image, ImageFeatures &features); ImageFeatures 186 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(const ImageFeatures &features1, const ImageFeatures &features2, ImageFeatures 199 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, ImageFeatures 220 modules/stitching/include/opencv2/stitching/detail/matchers.hpp virtual void match(const ImageFeatures &features1, const ImageFeatures &features2, ImageFeatures 249 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info); ImageFeatures 262 modules/stitching/include/opencv2/stitching/detail/matchers.hpp void operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, ImageFeatures 77 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp bool operator ()(const std::vector<ImageFeatures> &features, ImageFeatures 91 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp virtual bool estimate(const std::vector<ImageFeatures> &features, ImageFeatures 105 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp virtual bool estimate(const std::vector<ImageFeatures> &features, ImageFeatures 146 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp virtual bool estimate(const std::vector<ImageFeatures> &features, ImageFeatures 181 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp const ImageFeatures *features_; ImageFeatures 261 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp std::vector<ImageFeatures> &features, ImageFeatures 129 modules/stitching/perf/perf_stich.cpp detail::ImageFeatures features1, features2; ImageFeatures 184 modules/stitching/perf/perf_stich.cpp detail::ImageFeatures features1, features2; ImageFeatures 187 modules/stitching/perf/perf_stich.cpp vector<detail::ImageFeatures> features; ImageFeatures 97 modules/stitching/src/autocalib.cpp void estimateFocal(const std::vector<ImageFeatures> &features, const std::vector<MatchesInfo> &pairwise_matches, ImageFeatures 66 modules/stitching/src/matchers.cpp MatchPairsBody(FeaturesMatcher &_matcher, const std::vector<ImageFeatures> &_features, ImageFeatures 101 modules/stitching/src/matchers.cpp const std::vector<ImageFeatures> &features; ImageFeatures 121 modules/stitching/src/matchers.cpp void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info); ImageFeatures 132 modules/stitching/src/matchers.cpp void match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info); ImageFeatures 145 modules/stitching/src/matchers.cpp void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) ImageFeatures 213 modules/stitching/src/matchers.cpp void GpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) ImageFeatures 275 modules/stitching/src/matchers.cpp void FeaturesFinder::operator ()(InputArray image, ImageFeatures &features) ImageFeatures 282 modules/stitching/src/matchers.cpp void FeaturesFinder::operator ()(InputArray image, ImageFeatures &features, const std::vector<Rect> &rois) ImageFeatures 284 modules/stitching/src/matchers.cpp std::vector<ImageFeatures> roi_features(rois.size()); ImageFeatures 361 modules/stitching/src/matchers.cpp void SurfFeaturesFinder::find(InputArray image, ImageFeatures &features) ImageFeatures 392 modules/stitching/src/matchers.cpp void OrbFeaturesFinder::find(InputArray image, ImageFeatures &features) ImageFeatures 471 modules/stitching/src/matchers.cpp void SurfFeaturesFinderGpu::find(InputArray image, ImageFeatures &features) ImageFeatures 527 modules/stitching/src/matchers.cpp void FeaturesMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, ImageFeatures 577 modules/stitching/src/matchers.cpp void BestOf2NearestMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, ImageFeatures 667 modules/stitching/src/matchers.cpp void BestOf2NearestRangeMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, ImageFeatures 106 modules/stitching/src/motion_estimators.cpp const std::vector<ImageFeatures> &features, ImageFeatures 176 modules/stitching/src/motion_estimators.cpp bool BundleAdjusterBase::estimate(const std::vector<ImageFeatures> &features, ImageFeatures 363 modules/stitching/src/motion_estimators.cpp const ImageFeatures& features1 = features_[i]; ImageFeatures 364 modules/stitching/src/motion_estimators.cpp const ImageFeatures& features2 = features_[j]; ImageFeatures 532 modules/stitching/src/motion_estimators.cpp const ImageFeatures& features1 = features_[i]; ImageFeatures 533 modules/stitching/src/motion_estimators.cpp const ImageFeatures& features2 = features_[j]; ImageFeatures 753 modules/stitching/src/motion_estimators.cpp std::vector<int> leaveBiggestComponent(std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches, ImageFeatures 782 modules/stitching/src/motion_estimators.cpp std::vector<ImageFeatures> features_subset; ImageFeatures 58 modules/stitching/test/test_matchers.cpp detail::ImageFeatures roi_features; ImageFeatures 405 samples/cpp/stitching_detailed.cpp vector<ImageFeatures> features(num_images);