12345678910111213141516171819202122232425262728293031323334 |
- #ifndef ORBVOCABULARY_H
- #define ORBVOCABULARY_H
- #include"Thirdparty/DBoW2/DBoW2/FORB.h"
- #include"Thirdparty/DBoW2/DBoW2/TemplatedVocabulary.h"
- namespace ORB_SLAM3
- {
- typedef DBoW2::TemplatedVocabulary<DBoW2::FORB::TDescriptor, DBoW2::FORB>
- ORBVocabulary;
- }
- #endif
|