I found that the latest DBoW2 has removed DVision and Boost dependencies, but this DLoopDetector repo still depends on them.
Moreover, it compiled failed with the latest DBoW2.
The main reason about it is that FBrief::TDescriptor in the latest DBoW2 has been changed to std::bitset<L> from boost::dynamic_bitset<>.
Appreciate it if you could update it to the latest DBoW2.
Thanks!
I found that the latest DBoW2 has removed DVision and Boost dependencies, but this DLoopDetector repo still depends on them.
Moreover, it compiled failed with the latest DBoW2.
The main reason about it is that
FBrief::TDescriptorin the latest DBoW2 has been changed tostd::bitset<L>fromboost::dynamic_bitset<>.Appreciate it if you could update it to the latest DBoW2.
Thanks!