Home
last modified time | relevance | path

Searched defs:correctMatches (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dtriangulate.cpp414 void cv::correctMatches( InputArray _F, InputArray _points1, InputArray _points2, in correctMatches() function in cv
/external/opencv3/modules/features2d/test/
Dtest_nearestneighbors.cpp109 int correctMatches = 0; in checkFind() local
/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp1712 TEST(Calib3d_FindFundamentalMat, correctMatches) in TEST() argument
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java993 … public static void correctMatches(Mat F, Mat points1, Mat points2, Mat newPoints1, Mat newPoints2) in correctMatches() method in Calib3d