projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8cb5c3
)
fix typo in test_cameracalibration
author
Maks Naumov
<maksqwe1@ukr.net>
Wed, 9 Apr 2014 11:41:16 +0000
(14:41 +0300)
committer
Maks Naumov
<maksqwe1@ukr.net>
Wed, 9 Apr 2014 11:41:16 +0000
(14:41 +0300)
modules/calib3d/test/test_cameracalibration.cpp
patch
|
blob
|
history
diff --git
a/modules/calib3d/test/test_cameracalibration.cpp
b/modules/calib3d/test/test_cameracalibration.cpp
index 7e409517bbe0cd6492fbf90f1a11963d3de0f5af..bf978bfb0fa63cecfe829592959b9c4866b95d58 100644
(file)
--- a/
modules/calib3d/test/test_cameracalibration.cpp
+++ b/
modules/calib3d/test/test_cameracalibration.cpp
@@
-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, _T
1
, 0 );
+ calibrateCamera( objpt, imgpt2, imgsize, _M2, _D2, _R2, _T
2
, 0 );
undistortPoints( _imgpt1, _imgpt1, _M1, _D1, Mat(), _M1 );
undistortPoints( _imgpt2, _imgpt2, _M2, _D2, Mat(), _M2 );