mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
http://code.opencv.org/issues/4359, for master
This commit is contained in:
parent
850e3c1ca2
commit
737a1e2f12
@ -159,7 +159,7 @@ StereoCalib(const vector<string>& imagelist, Size boardSize, bool useCalibrated=
|
||||
{
|
||||
for( j = 0; j < boardSize.height; j++ )
|
||||
for( k = 0; k < boardSize.width; k++ )
|
||||
objectPoints[i].push_back(Point3f(j*squareSize, k*squareSize, 0));
|
||||
objectPoints[i].push_back(Point3f(k*squareSize, j*squareSize, 0));
|
||||
}
|
||||
|
||||
cout << "Running stereo calibration ...\n";
|
||||
|
Loading…
Reference in New Issue
Block a user