Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp630 int inlier_idx = 0; in match() local
641 src_points.at<Point2f>(0, inlier_idx) = p; in match()
646 dst_points.at<Point2f>(0, inlier_idx) = p; in match()
648 inlier_idx++; in match()