OpenCV
5.0.0-pre
Open Source Computer Vision
|
This section documents OpenCV's interface to the Annoy. Annoy (Approximate Nearest Neighbors Oh Yeah) is a library to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data.
Classes | |
class | cv::ANNIndex |