OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_img_idx
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp
167
int src_img_idx,
dst_img_idx
; //!< Images indices (optional)
member in struct:cv::detail::MatchesInfo
/external/opencv3/modules/stitching/src/
matchers.cpp
82
pairwise_matches[pair_idx].
dst_img_idx
= to;
88
pairwise_matches[dual_pair_idx].
dst_img_idx
= from;
508
MatchesInfo::MatchesInfo() : src_img_idx(-1),
dst_img_idx
(-1), num_inliers(0), confidence(0) {}
515
dst_img_idx
= other.
dst_img_idx
;
motion_estimators.cpp
791
pairwise_matches_subset.back().
dst_img_idx
= static_cast<int>(j);
Completed in 350 milliseconds