Searched refs:src_img_idx (Results 1 – 3 of 3) sorted by relevance
81 pairwise_matches[pair_idx].src_img_idx = from; in operator ()()87 pairwise_matches[dual_pair_idx].src_img_idx = to; in operator ()()508 MatchesInfo::MatchesInfo() : src_img_idx(-1), dst_img_idx(-1), num_inliers(0), confidence(0) {} in MatchesInfo()514 src_img_idx = other.src_img_idx; in operator =()
790 pairwise_matches_subset.back().src_img_idx = static_cast<int>(i); in leaveBiggestComponent()
167 int src_img_idx, dst_img_idx; //!< Images indices (optional) member