Hi!
I'm attempting to swap this into the orb slam 2 code and am noticing a ->score() in the original code. https://github.com/raulmur/ORB_SLAM2/blob/f2e6f51cdc8d067655d90a78c06261378e07e8f3/src/LoopClosing.cc#L134
I can't find the thing in pimatch that maps onto that. Is that supported or was that added on later?
EDIT: Hmm, maybe I can just use the ScoringObject from DBoW2 directly and it doesn't need to be the object holding the bow library/data...I will try this.
Cheers
Fred
Hi!
I'm attempting to swap this into the orb slam 2 code and am noticing a ->score() in the original code. https://github.com/raulmur/ORB_SLAM2/blob/f2e6f51cdc8d067655d90a78c06261378e07e8f3/src/LoopClosing.cc#L134
I can't find the thing in pimatch that maps onto that. Is that supported or was that added on later?
EDIT: Hmm, maybe I can just use the ScoringObject from DBoW2 directly and it doesn't need to be the object holding the bow library/data...I will try this.
Cheers
Fred