near_pairs         76 modules/stitching/src/matchers.cpp             int from = near_pairs[i].first;
near_pairs         77 modules/stitching/src/matchers.cpp             int to = near_pairs[i].second;
near_pairs        103 modules/stitching/src/matchers.cpp     std::vector<std::pair<int,int> > &near_pairs;
near_pairs        537 modules/stitching/src/matchers.cpp     std::vector<std::pair<int,int> > near_pairs;
near_pairs        541 modules/stitching/src/matchers.cpp                 near_pairs.push_back(std::make_pair(i, j));
near_pairs        544 modules/stitching/src/matchers.cpp     MatchPairsBody body(*this, features, pairwise_matches, near_pairs);
near_pairs        547 modules/stitching/src/matchers.cpp         parallel_for_(Range(0, static_cast<int>(near_pairs.size())), body);
near_pairs        549 modules/stitching/src/matchers.cpp         body(Range(0, static_cast<int>(near_pairs.size())));
near_pairs        677 modules/stitching/src/matchers.cpp     std::vector<std::pair<int,int> > near_pairs;
near_pairs        681 modules/stitching/src/matchers.cpp                 near_pairs.push_back(std::make_pair(i, j));
near_pairs        684 modules/stitching/src/matchers.cpp     MatchPairsBody body(*this, features, pairwise_matches, near_pairs);
near_pairs        687 modules/stitching/src/matchers.cpp         parallel_for_(Range(0, static_cast<int>(near_pairs.size())), body);
near_pairs        689 modules/stitching/src/matchers.cpp         body(Range(0, static_cast<int>(near_pairs.size())));