Home
last modified time | relevance | path

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

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