Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 739 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 739 Bytes

DEPRECATED - This repo is no longer maintained


SolARModuleFBOW

License

This module is based on a third-party library called FBOW. FBOW is licensed under the MIT license.

FBOW (Fast Bag of Words) is an extremmely optimized version of the DBow2/DBow3, which are open source C++ libraries for indexing and converting images into a bag-of-word representation. The library is highly optimized to speed up the Bag of Words creation using AVX,SSE and MMX instructions. It is used for keyframe retrieval.