Searched refs:search_with_ground_truth (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | index_testing.h | 86 float search_with_ground_truth(NNIndex<Distance>& index, const Matrix<typename Distance::ElementTyp… in search_with_ground_truth() function 148 …precision = search_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, … 171 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 183 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 194 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, … 208 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, … 253 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 274 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 286 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, … 300 …realPrecision = search_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, …
|