Lines Matching refs:newPoints1
1308 Mat &newPoints1, Mat &newPoints2 ) = 0;
1567 Mat newPoints1, newPoints2; in run() local
1572 correctMatches(F, points1, points2, newPoints1, newPoints2); in run()
1574 convertPointsToHomogeneous(newPoints1, newHomogeneousPoints1); in run()
1688 Mat &newPoints1, Mat &newPoints2 );
1784 Mat &newPoints1, Mat &newPoints2 ) in correct() argument
1787 newPoints1.create(1, points1.cols, points1.type()); in correct()
1789 CvMat _newPoints1 = newPoints1, _newPoints2 = newPoints2; in correct()
1821 Mat &newPoints1, Mat &newPoints2 );
1863 Mat &newPoints1, Mat &newPoints2 ) in correct() argument
1865 correctMatches(F, points1, points2, newPoints1, newPoints2); in correct()