Versions
Description
libvot is a fast implementation of vocabulary tree, which is an algorithm widely used in image retrieval and computer vision. It usually comprises three components to build a image retrieval system using vocabulary tree: build a k-means tree using sift descriptors from images, register images into the database, query images against the database. In this library, we use C++11 standard multi-thread library to accelerate the computation, which achieves fast and accurate image retrieval performance. Currently this library is under active development for research purpose.
Repository
https://github.com/hlzz/libvot
Project Slug
libvot
Last Built
5 years, 4 months ago passed
Maintainers
Home Page
Badge
Tags
tree, computer-vision, algorithm, c-plus-plus, image-retrieval
Short URLs
libvot.readthedocs.io
libvot.rtfd.io
Default Version
latest
'latest' Version
master