DBow3 icon indicating copy to clipboard operation
DBow3 copied to clipboard

Improved version of DBow2

Results 39 DBow3 issues
Sort by recently updated
recently updated
newest added

Hi guys, I have a problem with calculating BoW vectors on own feature descriptors. I use DBoW3 on FPFH feature descriptors designed for point cloud data (data from 3D LIDAR...

Hello everyone: I would like to ask if I need to normalize the descriptor before using the DBOW3 library when I create a new descriptor myself.

Hi Rafael, Thanks a lot for this code. I have compiled demo_general and some other demos that basically extend to other features I wanted to test. When matching images against...

Necesito ayuda con este error, al momento de cambiar de persona me marca este error no se cual sera el problema (soy muy nuevo en esto tengo) import numpy as...

In `DBoW3.h` there is reference to CC-ShareAlike license. At the same time it also refers to LICENSE.txt which clearly states a modified BSD license. So I am not sure which...

Hi, I'd like to save the feature matrixs of 194339 images. But there exist some warnings like "Matrices should be continuous", when running the create_voc_step0 with orb feature. How to...

Hi, I am trying to use SIFT to create vocabulary what I need. There is a problem, when I use the dataset (NYU DataSet), the size of vocabulary result is...

Hi, I wanna use SIFT for my loop closure detection,does DBow3 support SIFT descriptor?

I could not initialize the brief vocabulary file like `DBoW3::Vocabulary voc("./brief_k10L6.bin");` It may need the help of boost lib

Hi, **What am I looking for:** I am interested in the task of _image matching_. My goal is to query one image from a dataset of images and get the...