Home | History | Annotate | Download | only in test

Lines Matching full:newpoints2

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