Home | History | Annotate | Download | only in src

Lines Matching full:goodcount

113     int i, count = _err->rows*_err->cols, goodCount = 0;
120 goodCount += mask[i] = err[i] <= threshold;
121 return goodCount;
200 int i, goodCount, nmodels;
219 goodCount = findInliers( m1, m2, &model_i, err, tmask, reprojThreshold );
221 if( goodCount > MAX(maxGoodCount, modelPoints-1) )
225 maxGoodCount = goodCount;
227 (double)(count - goodCount)/count, modelPoints, niters );