Home | History | Annotate | Download | only in test

Lines Matching refs:iIt

758         vector<Point2f>::iterator iIt = imagePointsIt->begin();
759 for( int j = 0; j < num; ++oIt, ++iIt, j++, op++, ip++)
762 iIt->x = (float)ip->x, iIt->y = (float)ip->y;