Searched refs:pointsTotal (Results 1 – 1 of 1) sorted by relevance
1854 int i, k, p, ni = 0, ofs, nimages, pointsTotal, maxPoints = 0; in cvStereoCalibrate() local1873 for( i = 0, pointsTotal = 0; i < nimages; i++ ) in cvStereoCalibrate()1876 pointsTotal += npoints->data.i[i]; in cvStereoCalibrate()1893 ((_imagePoints1->rows == pointsTotal && _imagePoints1->cols*cn == 2) || in cvStereoCalibrate()1894 (_imagePoints1->rows == 1 && _imagePoints1->cols == pointsTotal && cn == 2)) ); in cvStereoCalibrate()