OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:goodcount
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/calib3d/src/
ptsetreg.cpp
209
int i,
goodCount
, nmodels;
230
goodCount
= findInliers( m1, m2, model_i, err, mask, threshold );
232
if(
goodCount
> MAX(maxGoodCount, modelPoints-1) )
236
maxGoodCount =
goodCount
;
237
niters = RANSACUpdateNumIters( confidence, (double)(count -
goodCount
)/count, modelPoints, niters );
/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
...]
/external/autotest/site_utils/
lab_inventory_unittest.py
817
`(board, (
goodcount
, badcount))`
820
`
goodcount
` is the number of working DUTs in the pool.
[
all
...]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java
784
int
goodcount
= 0;
local
[
all
...]
Completed in 238 milliseconds