HomeSort by relevance Sort by last modified time
    Searched full:foundnum (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvcorrimages.cpp 128 int foundNum;
134 foundNum = needNumPoints;
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist);
141 for( i = 0; i < foundNum; i++ )
150 for( i = 0; i < foundNum; i++ )
155 for( i = foundNum; i < needNumPoints; i++ )
161 foundFeaturePoints = foundNum;
    [all...]

Completed in 37 milliseconds