Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dindex_testing.h48 inline int countCorrectMatches(int* neighbors, int* groundTruth, int n) in countCorrectMatches() argument
53 if (neighbors[i]==groundTruth[k]) { in countCorrectMatches()
65 … int* neighbors, int* groundTruth, int veclen, int n, const Distance& distance) in computeDistanceRaport() argument
71 DistanceType den = distance(inputData[groundTruth[i]], target, veclen); in computeDistanceRaport()