DBow3-master

所属分类:数值算法/人工智能
开发工具:C/C++
文件大小:43409KB
下载次数:9
上传日期:2019-05-05 13:43:30
上 传 者drjdpz
说明:  此代码可以实现词袋模型,用于图像的检索和闭环检测
(the codes which can achieve BoW)

文件列表:
CMakeLists.txt (11630, 2018-11-06)
LICENSE.txt (1710, 2018-11-06)
cmake_uninstall.cmake.in (1191, 2018-11-06)
config.cmake.in (1875, 2018-11-06)
orbvoc.dbow3 (49417196, 2018-11-06)
src (0, 2018-11-06)
src\BowVector.cpp (3544, 2018-11-06)
src\BowVector.h (2120, 2018-11-06)
src\CMakeLists.txt (1231, 2018-11-06)
src\DBoW3.h (1858, 2018-11-06)
src\Database.cpp (24702, 2018-11-06)
src\Database.h (9595, 2018-11-06)
src\DescManip.cpp (8118, 2018-11-06)
src\DescManip.h (2805, 2018-11-06)
src\FeatureVector.cpp (1831, 2018-11-06)
src\FeatureVector.h (1089, 2018-11-06)
src\QueryResults.cpp (1384, 2018-11-06)
src\QueryResults.h (4180, 2018-11-06)
src\ScoringObject.cpp (7881, 2018-11-06)
src\ScoringObject.h (2480, 2018-11-06)
src\Vocabulary.cpp (38760, 2018-11-06)
src\Vocabulary.h (13022, 2018-11-06)
src\exports.h (2354, 2018-11-06)
src\quicklz.c (18898, 2018-11-06)
src\quicklz.h (4523, 2018-11-06)
src\timers.h (3207, 2018-11-06)
tests (0, 2018-11-06)
tests\CMakeLists.txt (264, 2018-11-06)
tests\nanoflann.hpp (48259, 2018-11-06)
tests\test_bigvoc.cpp (3241, 2018-11-06)
tests\test_fbow.cpp (14154, 2018-11-06)
tests\test_flann.cpp (3932, 2018-11-06)
tests\test_iobinary.cpp (1304, 2018-11-06)
utils (0, 2018-11-06)
utils\CMakeLists.txt (356, 2018-11-06)
utils\create_voc_step0.cpp (4526, 2018-11-06)
utils\create_voc_step1.cpp (2482, 2018-11-06)
utils\demo_general.cpp (6479, 2018-11-06)
... ...

DBoW3 ===== ## ## For an improved version of this project, please see FBOW https://github.com/rmsalinas/fbow. DBoW3 is an improved version of the DBow2 library, an open source C++ library for indexing and converting images into a bag-of-word representation. It implements a hierarchical tree for approximating nearest neighbours in the image feature space and creating a visual vocabulary. DBoW3 also implements an image database with inverted and direct files to index images and enabling quick queries and feature comparisons. The main differences with the previous DBow2 library are: * DBoW3 only requires OpenCV. DBoW2 dependency of DLIB is been removed. * DBoW3 is able to use both binary and floating point descriptors out of the box. No need to reimplement any class for any descriptor. * DBoW3 compiles both in linux and windows. * Some pieces of code have been rewritten to optimize speed. The interface of DBoW3 has been simplified. * Possibility of using binary files. Binary files are 4-5 times faster to load/save than yml. Also, they can be compressed. * Compatible with DBoW2 yml files ## ## Citing If you use this software in an academic work, please cite: ```@online{DBoW3, author = {Rafael Mu±oz-Salinas}, title = {{DBoW3} DBoW3}, year = 2017, url = {https://github.com/rmsalinas/DBoW2}, urldate = {2017-02-17} } ``` ## Installation notes DBoW3 requires OpenCV only. For compiling the utils/demo_general.cpp you must compile against OpenCV 3. If you have installed the contrib_modules, use cmake option -DUSE_CONTRIB=ON to enable SURF. ## How to use Check utils/demo_general.cpp ### Classes DBoW3 has two main classes: `Vocabulary` and `Database`. These implement the visual vocabulary to convert images into bag-of-words vectors and the database to index images. See utils/demo_general.cpp for an example ### Load/Store Vocabulary The file orbvoc.dbow3 is the ORB vocabulary in ORBSLAM2 but in binary format of DBoW3: https://github.com/raulmur/ORB_SLAM2/tree/master/Vocabulary

近期下载者

相关文件


收藏者