Searched refs:realPrecision (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | index_testing.h | 187 float realPrecision; variable 194 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, … 195 while (fabs(realPrecision-precision)>SEARCH_EPS) { 197 if (realPrecision<precision) { 208 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, … 212 p2 = realPrecision; 218 realPrecision = p2; 279 float realPrecision; variable 286 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, … 287 while (fabs(realPrecision-precision)>SEARCH_EPS) { [all …]
|