Skip to content

stella-cv/FBoW

Folders and files

NameName
Last commit message
Last commit date
May 8, 2024
Jan 31, 2023
May 14, 2021
May 14, 2021
Nov 14, 2018
May 8, 2024
Nov 14, 2018
Jan 7, 2024
Nov 14, 2018
Mar 7, 2021

Repository files navigation

Fast Bag of Words

This is a modified version of the original Fast Bag of Words by @rmsalinas.

FBoW (Fast Bag of Words) is an extremely optimized version of the DBoW2/DBoW3 libraries.
The library is highly optimized to speed up the Bag of Words creation using AVX,SSE and MMX instructions.
In loading a vocabulary, FBoW is about 80x faster than DBoW2.
In transforming an image into Bag of Words using on machines with AVX instructions, it is about 6.4x faster.

Build

$ git clone https://github.com/stella-cv/FBoW.git
$ cd FBoW && mkdir build && cd build
$ cmake .. -DBUILD_TESTS=ON -DBUILD_UTILS=ON
$ make

License

This software is distributed under MIT License.
See the LICENSE.