Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp517 inliers_mask = other.inliers_mask; in operator =()
605 matches_info.H = findHomography(src_points, dst_points, matches_info.inliers_mask, RANSAC); in match()
611 for (size_t i = 0; i < matches_info.inliers_mask.size(); ++i) in match()
612 if (matches_info.inliers_mask[i]) in match()
633 if (!matches_info.inliers_mask[i]) in match()
Dmotion_estimators.cpp379 if (!matches_info.inliers_mask[k]) in calcError()
549 if (!matches_info.inliers_mask[k]) in calcError()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp169 std::vector<uchar> inliers_mask; //!< Geometrically consistent matches mask member