mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Merge pull request #2599 from maksqwe:test_calibration_2.4
This commit is contained in:
commit
b66adc81a4
@ -1605,7 +1605,7 @@ void CV_StereoCalibrationTest::run( int )
|
||||
Mat _M1, _M2, _D1, _D2;
|
||||
vector<Mat> _R1, _R2, _T1, _T2;
|
||||
calibrateCamera( objpt, imgpt1, imgsize, _M1, _D1, _R1, _T1, 0 );
|
||||
calibrateCamera( objpt, imgpt2, imgsize, _M2, _D2, _R2, _T1, 0 );
|
||||
calibrateCamera( objpt, imgpt2, imgsize, _M2, _D2, _R2, _T2, 0 );
|
||||
undistortPoints( _imgpt1, _imgpt1, _M1, _D1, Mat(), _M1 );
|
||||
undistortPoints( _imgpt2, _imgpt2, _M2, _D2, Mat(), _M2 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user