Searched defs:correctMatches (Results 1 – 4 of 4) sorted by relevance
414 void cv::correctMatches( InputArray _F, InputArray _points1, InputArray _points2, in correctMatches() function in cv
109 int correctMatches = 0; in checkFind() local
1712 TEST(Calib3d_FindFundamentalMat, correctMatches) in TEST() argument
993 … public static void correctMatches(Mat F, Mat points1, Mat points2, Mat newPoints1, Mat newPoints2) in correctMatches() method in Calib3d