Home
last modified time | relevance | path

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

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