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

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamTagTest.java 90 final long goodCount = ProtoOutputStream.FIELD_COUNT_REPEATED;
94 ProtoOutputStream.checkFieldId(42 | goodCount | badType, goodCount | fieldType);
105 ProtoOutputStream.checkFieldId(43 | goodCount | fieldType, goodCount | badType);
  /external/opencv/cv/src/
cvfundam.cpp 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 );
    [all...]

Completed in 317 milliseconds