Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp728 FileNodeIterator iIt = internalNodes.begin(), iEnd = internalNodes.end(); in load() local
730 for( ; iIt != iEnd; ) in load()
732 cl_nodes.push_back((int)*(iIt++)); in load()
733 cl_nodes.push_back((int)*(iIt++)); in load()
734 cl_nodes.push_back((int)*(iIt++)); in load()
737 for( int j = 0; j < subsetSize; j++, ++iIt ) in load()
738 subsets.push_back((int)*iIt); in load()
742 iIt = leafValues.begin(), iEnd = leafValues.end(); in load()
743 for( ; iIt != iEnd; ++iIt ) in load()
744 cl_leaves.push_back((float)*iIt); in load()
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp758 vector<Point2f>::iterator iIt = imagePointsIt->begin(); in calibrate() local
759 for( int j = 0; j < num; ++oIt, ++iIt, j++, op++, ip++) in calibrate()
762 iIt->x = (float)ip->x, iIt->y = (float)ip->y; in calibrate()