Searched defs:MatchPairsBody (Results 1 – 1 of 1) sorted by relevance
64 struct MatchPairsBody : ParallelLoopBody struct66 MatchPairsBody(FeaturesMatcher &_matcher, const std::vector<ImageFeatures> &_features, in MatchPairsBody() function71 void operator ()(const Range &r) const in operator ()()100 FeaturesMatcher &matcher;101 const std::vector<ImageFeatures> &features;102 std::vector<MatchesInfo> &pairwise_matches;103 std::vector<std::pair<int,int> > &near_pairs;