[][src]Module cv::knn

Algorithms for performing k-NN searches

Modules

hnsw

An approximate nearest neighbor index search data structure

Functions

linear_knn

Performs a linear knn search by iterating over everything in the space and performing a binary search on running set of neighbors.