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