Home
last modified time | relevance | path

Searched refs:realPrecision (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dindex_testing.h187 float realPrecision; variable
194realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, …
195 while (fabs(realPrecision-precision)>SEARCH_EPS) {
197 if (realPrecision<precision) {
208realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, …
212 p2 = realPrecision;
218 realPrecision = p2;
279 float realPrecision; variable
286realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, …
287 while (fabs(realPrecision-precision)>SEARCH_EPS) {
[all …]