Searched defs:goodCount (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvfundam.cpp113 int i, count = _err->rows*_err->cols, goodCount = 0; local
120 goodCount += mask[i] = err[i] <= threshold;
121 return goodCount;
200 int i, goodCount, nmodels; local
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 );

Completed in 357 milliseconds