Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp757 vector<Point3f>::iterator oIt = objectPointsIt->begin(); in calibrate() local
759 for( int j = 0; j < num; ++oIt, ++iIt, j++, op++, ip++) in calibrate()
761 oIt->x = (float)op->x, oIt->y = (float)op->y, oIt->z = (float)op->z; in calibrate()