Home | History | Annotate | Download | only in test

Lines Matching defs:points2

1301         const Mat& points2, const Mat& F, Size imgSize,
1304 const Mat &points1, const Mat &points2,
1307 const Mat &points1, const Mat &points2,
1570 Mat points2 = projectedPoints_2.t();
1571 points2 = points2.reshape(2, 1);
1572 correctMatches(F, points1, points2, newPoints1, newPoints2);
1681 const Mat& points2, const Mat& F, Size imgSize,
1684 const Mat &points1, const Mat &points2,
1687 const Mat &points1, const Mat &points2,
1762 const Mat& points2, const Mat& F, Size imgSize, Mat& H1, Mat& H2, double threshold )
1766 CvMat _pt1 = points1, _pt2 = points2, matF, *pF=0, _H1 = H1, _H2 = H2;
1773 const Mat &points1, const Mat &points2,
1776 CvMat _P1 = P1, _P2 = P2, _points1 = points1, _points2 = points2;
1783 const Mat &points1, const Mat &points2,
1786 CvMat _F = F, _points1 = points1, _points2 = points2;
1788 newPoints2.create(1, points2.cols, points2.type());
1814 const Mat& points2, const Mat& F, Size imgSize,
1817 const Mat &points1, const Mat &points2,
1820 const Mat &points1, const Mat &points2,
1849 const Mat& points2, const Mat& F, Size imgSize, Mat& H1, Mat& H2, double threshold )
1851 return stereoRectifyUncalibrated( points1, points2, F, imgSize, H1, H2, threshold );
1855 const Mat &points1, const Mat &points2,
1858 triangulatePoints(P1, P2, points1, points2, points4D);
1862 const Mat &points1, const Mat &points2,
1865 correctMatches(F, points1, points2, newPoints1, newPoints2);