Home | History | Annotate | Download | only in test

Lines Matching refs:newPoints1

1308         Mat &newPoints1, Mat &newPoints2 ) = 0;
1567 Mat newPoints1, newPoints2;
1572 correctMatches(F, points1, points2, newPoints1, newPoints2);
1574 convertPointsToHomogeneous(newPoints1, newHomogeneousPoints1);
1688 Mat &newPoints1, Mat &newPoints2 );
1784 Mat &newPoints1, Mat &newPoints2 )
1787 newPoints1.create(1, points1.cols, points1.type());
1789 CvMat _newPoints1 = newPoints1, _newPoints2 = newPoints2;
1821 Mat &newPoints1, Mat &newPoints2 );
1863 Mat &newPoints1, Mat &newPoints2 )
1865 correctMatches(F, points1, points2, newPoints1, newPoints2);