correctMatches   1346 modules/calib3d/include/opencv2/calib3d.hpp CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray points2,
correctMatches   1572 modules/calib3d/test/test_cameracalibration.cpp         correctMatches(F, points1, points2, newPoints1, newPoints2);
correctMatches   1865 modules/calib3d/test/test_cameracalibration.cpp     correctMatches(F, points1, points2, newPoints1, newPoints2);
correctMatches   1712 modules/calib3d/test/test_fundam.cpp TEST(Calib3d_FindFundamentalMat, correctMatches)
correctMatches   1723 modules/calib3d/test/test_fundam.cpp     correctMatches(F, p1, p2, np1, np2);
correctMatches    109 modules/features2d/test/test_nearestneighbors.cpp         int correctMatches = 0;
correctMatches    113 modules/features2d/test/test_nearestneighbors.cpp                 correctMatches++;
correctMatches    116 modules/features2d/test/test_nearestneighbors.cpp         double correctPerc = correctMatches / (double)pointsCount;