Searched refs:oIt (Results 1 – 1 of 1) sorted by relevance
757 vector<Point3f>::iterator oIt = objectPointsIt->begin(); in calibrate() local759 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()