Home
last modified time | relevance | path

Searched refs:npstep (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvcalibration.cpp1461 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()