Home | History | Annotate | Download | only in test

Lines Matching defs:points1

1300     virtual bool rectifyUncalibrated( const Mat& points1,
1304 const Mat &points1, const Mat &points2,
1307 const Mat &points1, const Mat &points2,
1568 Mat points1 = projectedPoints_1.t();
1569 points1 = points1.reshape(2, 1);
1572 correctMatches(F, points1, points2, newPoints1, newPoints2);
1680 virtual bool rectifyUncalibrated( const Mat& points1,
1684 const Mat &points1, const Mat &points2,
1687 const Mat &points1, const Mat &points2,
1761 bool CV_StereoCalibrationTest_C::rectifyUncalibrated( const Mat& points1,
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;
1777 points4D.create(4, points1.cols, points1.type());
1783 const Mat &points1, const Mat &points2,
1786 CvMat _F = F, _points1 = points1, _points2 = points2;
1787 newPoints1.create(1, points1.cols, points1.type());
1813 virtual bool rectifyUncalibrated( const Mat& points1,
1817 const Mat &points1, const Mat &points2,
1820 const Mat &points1, const Mat &points2,
1848 bool CV_StereoCalibrationTest_CPP::rectifyUncalibrated( const Mat& points1,
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);