rmsalinas / DBow3

Improved version of DBow2
Other
501 stars 237 forks source link

Improvements #11

Closed StevenvdSchoot closed 6 years ago

StevenvdSchoot commented 7 years ago

First commit allow installing the library in /usr/lib64 directory (default for Fedora) Second commit adds config.cmake file such that using find_package(DBoW3) from other packages works. Third commit allows using std::istream as a vocaulary souce. This allows to load vocabularies not on the filesystem (for example vocabularies embedded in the executable).