Searched refs:_imgpt1 (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 1593 Mat _imgpt1( total, 1, CV_32FC2 ), _imgpt2( total, 1, CV_32FC2 ); in run() local 1603 _imgpt1.at<Point2f>(pi,0) = Point2f( pit1->x, pit1->y ); in run() 1612 undistortPoints( _imgpt1, _imgpt1, _M1, _D1, Mat(), _M1 ); in run() 1616 matF = findFundamentalMat( _imgpt1, _imgpt2 ); in run() 1617 rectifyUncalibrated( _imgpt1, _imgpt2, matF, imgsize, _H1, _H2 ); in run() 1620 perspectiveTransform( _imgpt1, rectifPoints1, _H1 ); in run()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 3549 InputArrayOfArrays _imgpt1, in rectify3Collinear() argument 3610 if( !_imgpt1.empty() && _imgpt3.empty() ) in rectify3Collinear() 3611 adjust3rdMatrix(_imgpt1, _imgpt3, _cameraMatrix1.getMat(), _distCoeffs1.getMat(), in rectify3Collinear()
|