Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp783 std::vector<MatchesInfo> pairwise_matches_subset; in leaveBiggestComponent() local
789 pairwise_matches_subset.push_back(pairwise_matches[indices[i]*num_images + indices[j]]); in leaveBiggestComponent()
790 pairwise_matches_subset.back().src_img_idx = static_cast<int>(i); in leaveBiggestComponent()
791 pairwise_matches_subset.back().dst_img_idx = static_cast<int>(j); in leaveBiggestComponent()
806 pairwise_matches = pairwise_matches_subset; in leaveBiggestComponent()