Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dindex_testing.h88 … float& time, typename Distance::ResultType& dist, const Distance& distance, int skipMatches) in search_with_ground_truth() argument
98 KNNResultSet<DistanceType> resultSet(nn+skipMatches); in search_with_ground_truth()
101 std::vector<int> indices(nn+skipMatches); in search_with_ground_truth()
102 std::vector<DistanceType> dists(nn+skipMatches); in search_with_ground_truth()
103 int* neighbors = &indices[skipMatches]; in search_with_ground_truth()
139 … int checks, float& precision, const Distance& distance, int nn = 1, int skipMatches = 0)
148 …h_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, distance, skipMatches);
156 … float precision, int& checks, const Distance& distance, int nn = 1, int skipMatches = 0)
171 …_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, skipMatches);
183 …_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, skipMatches);
[all …]