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

/external/opencv3/modules/calib3d/test/
H A Dtest_homography.cpp679 Mat H0, H1, inliers0, inliers1; local
684 H0 = findHomography( pointframe1, pointframe2, RANSAC, 3.0, inliers0 );
688 int ninliers0 = countNonZero(inliers0);

Completed in 191 milliseconds