Searched refs:realPrecision (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A 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 …]
|