Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dbow2函数调用问题 #72

Open
wenbin-hhhhh opened this issue Jan 5, 2023 · 1 comment
Open

Dbow2函数调用问题 #72

wenbin-hhhhh opened this issue Jan 5, 2023 · 1 comment

Comments

@wenbin-hhhhh
Copy link

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库时报错,请问这是版本问题还是?

@minmaxv
Copy link

minmaxv commented May 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants