HomeSort by relevance Sort by last modified time
    Searched refs:iIt (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp 728 FileNodeIterator iIt = internalNodes.begin(), iEnd = internalNodes.end();
730 for( ; iIt != iEnd; )
732 cl_nodes.push_back((int)*(iIt++));
733 cl_nodes.push_back((int)*(iIt++));
734 cl_nodes.push_back((int)*(iIt++));
737 for( int j = 0; j < subsetSize; j++, ++iIt )
738 subsets.push_back((int)*iIt);
742 iIt = leafValues.begin(), iEnd = leafValues.end();
743 for( ; iIt != iEnd; ++iIt )
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 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;
    [all...]

Completed in 108 milliseconds