dorian3d / DBoW2

Enhanced hierarchical bag-of-word library for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dbow2函数调用问题

wenbin-hhhhh opened this issue · comments

error: ‘openvslam::data::bow_vocabulary {aka class DBoW2::TemplatedVocabulary<cv::Mat, DBoW2::FORB>}’ has no member named ‘loadFromBinaryFile’
bow_vocab_->loadFromBinaryFile(vocab_file_path);
调用DBoW2库时报错,请问这是版本问题还是?

error: ‘openvslam::data::bow_vocabulary {aka class DBoW2::TemplatedVocabulary<cv::Mat, DBoW2::FORB>}’ has no member named ‘loadFromBinaryFile’ bow_vocab_->loadFromBinaryFile(vocab_file_path); 调用DBoW2库时报错,请问这是版本问题还是?

You need different DBoW2 version: https://github.com/shinsumicco/DBoW2