项目作者: SolarFramework

项目描述 :
Components for keyframe retrieval based on the Bag of Word implementation FBOW (https://github.com/rmsalinas/fbow)
高级语言: C++
项目地址: git://github.com/SolarFramework/SolARModuleFBOW.git
创建时间: 2018-09-21T16:08:47Z
项目社区:https://github.com/SolarFramework/SolARModuleFBOW

开源协议:Apache License 2.0

下载


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.