ORB_SLAM icon indicating copy to clipboard operation
ORB_SLAM copied to clipboard

Re-localize a single frame?

Open Seanmatthews opened this issue 6 years ago • 2 comments

Is it possible to re-localize a single image frame, given a map that was previously constructed by ORB-SLAM? Is there an easy way to accomplish this with the given source code?

Seanmatthews avatar Mar 14 '18 20:03 Seanmatthews

What do you mean? Relocalization is - as far as I know - always a single frame operation. You extract features, compare them to your data base features and see if they get recognized. Problems occure, if your features are slightly different -> bad lighting / bad rotation angle / bad something. I am not sure, if there is really a universal solution to this problem that ALWAYS works. And if so, it might need a lot of time

laxnpander avatar Mar 18 '18 00:03 laxnpander

Are you referring to the problem of figuring out where in the physical space the given frame is most similar to or recovering from a short-term loss?

Mechazo11 avatar Feb 08 '23 00:02 Mechazo11