Commit d1061677 authored by Marina Kolpakova's avatar Marina Kolpakova

Fixed bug #1634

parent aa19fd50
...@@ -1361,7 +1361,7 @@ CV_IMPL void cvInitIntrinsicParams2D( const CvMat* objectPoints, ...@@ -1361,7 +1361,7 @@ CV_IMPL void cvInitIntrinsicParams2D( const CvMat* objectPoints,
CvSize imageSize, CvMat* cameraMatrix, CvSize imageSize, CvMat* cameraMatrix,
double aspectRatio ) double aspectRatio )
{ {
Ptr<CvMat> matA, _b, _allH, _allK; Ptr<CvMat> matA, _b, _allH;
int i, j, pos, nimages, ni = 0; int i, j, pos, nimages, ni = 0;
double a[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 1 }; double a[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 1 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment