Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp82 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 =()
Dmotion_estimators.cpp791 pairwise_matches_subset.back().dst_img_idx = static_cast<int>(j); in leaveBiggestComponent()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp167 int src_img_idx, dst_img_idx; //!< Images indices (optional) member