Fixed bug #1634
This commit is contained in:
@@ -1361,7 +1361,7 @@ CV_IMPL void cvInitIntrinsicParams2D( const CvMat* objectPoints,
|
||||
CvSize imageSize, CvMat* cameraMatrix,
|
||||
double aspectRatio )
|
||||
{
|
||||
Ptr<CvMat> matA, _b, _allH, _allK;
|
||||
Ptr<CvMat> matA, _b, _allH;
|
||||
|
||||
int i, j, pos, nimages, ni = 0;
|
||||
double a[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 1 };
|
||||
|
Reference in New Issue
Block a user