Home
last modified time | relevance | path

Searched refs:pair_matches (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dmatchers.cpp185 if (pair_matches[i].size() < 2) in match()
187 const DMatch& m0 = pair_matches[i][0]; in match()
188 const DMatch& m1 = pair_matches[i][1]; in match()
198 pair_matches.clear(); in match()
202 if (pair_matches[i].size() < 2) in match()
204 const DMatch& m0 = pair_matches[i][0]; in match()
205 const DMatch& m1 = pair_matches[i][1]; in match()
235 pair_matches.clear(); in match()
239 if (pair_matches[i].size() < 2) in match()
251 pair_matches.clear(); in match()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/matching/
H A DindMatch_utils.cpp103 const std::vector<IndMatch> & pair_matches = cur_match.second; in Save() local
104 stream << I << " " << J << '\n' << pair_matches.size() << '\n'; in Save()
105 copy(pair_matches.cbegin(), pair_matches.cend(), in Save()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/pipelines/stellar/
H A Dstellar_solver.cpp103 const matching::IndMatches & pair_matches = matches_it.second; in EstimateTripletRelativeScale() local
104 matches[pair] = pair_matches; in EstimateTripletRelativeScale()
497 const matching::IndMatches & pair_matches = matches_it.second; in Optimize() local
501 matches[pair] = pair_matches; in Optimize()
507 matches[pair] = pair_matches; in Optimize()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dndlz8x8.c107 uint32_t pair_matches[5] = {0}; in ndlz8_compress() local
280 pair_matches[0] = 0; in ndlz8_compress()