Searched refs:npstep (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 1461 int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn; in cvCalibrateCamera2() local 1478 npstep = npoints->rows == 1 ? 1 : npoints->step/CV_ELEM_SIZE(npoints->type); in cvCalibrateCamera2() 1518 ni = npoints->data.i[i*npstep]; in cvCalibrateCamera2() 1619 ni = npoints->data.i[i*npstep]; in cvCalibrateCamera2() 1657 ni = npoints->data.i[i*npstep]; in cvCalibrateCamera2()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 1241 int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn; in cvCalibrateCamera2() local 1261 npstep = npoints->rows == 1 ? 1 : npoints->step/CV_ELEM_SIZE(npoints->type); in cvCalibrateCamera2() 1302 ni = npoints->data.i[i*npstep]; in cvCalibrateCamera2() 1434 ni = npoints->data.i[i*npstep]; in cvCalibrateCamera2() 1473 ni = npoints->data.i[i*npstep]; in cvCalibrateCamera2()
|