dorian3d / DBoW2

Enhanced hierarchical bag-of-word library for C++
Other
851 stars 367 forks source link

Is this useful if we use Line descriptors instead of the Surf or ORB? #22

Closed chaiein closed 7 years ago

dorian3d commented 7 years ago

Yes, if you can compute any kind of descriptor vector, you can match them. You'd need to replicate the functionality of the FBrief or FSurf classes to adapt it to your specific descriptor.