Searched refs:pointframe1 (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
H A Dtest_homography.cpp670 std::vector<Point2f> pointframe1; local
675 pointframe1.push_back( keypoints_1[ good_matches[i].queryIdx ].pt );
684 H0 = findHomography( pointframe1, pointframe2, RANSAC, 3.0, inliers0 );
692 H1 = findHomography( pointframe1, pointframe2, RHO, 3.0, inliers1 );

Completed in 78 milliseconds