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

7 years ago passed

Maintainers

Home Page

http://hlzz.github.io/libvot/

Badge

Tags

algorithm, computer-vision, c-plus-plus, image-retrieval, tree

Short URLs

libvot.readthedocs.io
libvot.rtfd.io

Default Version

latest

'latest' Version

master