Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dindex_testing.h48 inline int countCorrectMatches(int* neighbors, int* groundTruth, int n) in countCorrectMatches() function
118 correct += countCorrectMatches(neighbors,matches[i], nn); in search_with_ground_truth()