Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp84 size_t dual_pair_idx = to*num_images + from; in operator ()() local
86 pairwise_matches[dual_pair_idx] = pairwise_matches[pair_idx]; in operator ()()
87 pairwise_matches[dual_pair_idx].src_img_idx = to; in operator ()()
88 pairwise_matches[dual_pair_idx].dst_img_idx = from; in operator ()()
91 pairwise_matches[dual_pair_idx].H = pairwise_matches[pair_idx].H.inv(); in operator ()()
93 for (size_t j = 0; j < pairwise_matches[dual_pair_idx].matches.size(); ++j) in operator ()()
94 std::swap(pairwise_matches[dual_pair_idx].matches[j].queryIdx, in operator ()()
95 pairwise_matches[dual_pair_idx].matches[j].trainIdx); in operator ()()