Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp64 struct MatchPairsBody : ParallelLoopBody struct
66 MatchPairsBody(FeaturesMatcher &_matcher, const std::vector<ImageFeatures> &_features, in MatchPairsBody() function
71 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;