Home | History | Annotate | Download | only in src

Lines Matching full:foundnum

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;