Lines Matching full:calloc
2748 objectPoints_64d = (CvPoint3D64d*)calloc(totalNum,sizeof(CvPoint3D64d));
2750 rotMatrs1_64d = (double*)calloc(numImages,sizeof(double)*9);
2751 rotMatrs2_64d = (double*)calloc(numImages,sizeof(double)*9);
2753 transVects1_64d = (double*)calloc(numImages,sizeof(double)*3);
2754 transVects2_64d = (double*)calloc(numImages,sizeof(double)*3);
2777 errors = (float*)calloc(numImages*numImages,sizeof(float));
2834 projImagePoints1 = (CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d));
2835 calloc(numberPnt,sizeof(CvPoint2D64d));
2837 points1 = (CvPoint3D64d*)calloc(numberPnt,sizeof(CvPoint3D64d));
2838 points2 = (CvPoint3D64d*)calloc(numberPnt,sizeof(CvPoint3D64d));
3151 stereoparams->lineCoeffs = (CvStereoLineCoeff*)calloc(stereoparams->warpSize.height,sizeof(CvStereoLineCoeff));
3180 transVects1 = (float*)calloc(numImages,sizeof(float)*3);
3181 transVects2 = (float*)calloc(numImages,sizeof(float)*3);
3183 rotMatrs1 = (float*)calloc(numImages,sizeof(float)*9);
3184 rotMatrs2 = (float*)calloc(numImages,sizeof(float)*9);