Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does dm-vio pick points to track? #32

Open
GilMe opened this issue Nov 21, 2022 · 1 comment
Open

How does dm-vio pick points to track? #32

GilMe opened this issue Nov 21, 2022 · 1 comment

Comments

@GilMe
Copy link

GilMe commented Nov 21, 2022

Hello,
I was going over both the code and the paper and couldn't figure out how dm-vio picks the points it uses to track in the various frames. Does it use any kind of feature detector to correlate between points in images? What kind of feature detector does it use?

Thanks for the response

@lukasvst
Copy link
Owner

DM-VIO uses the same point selection and tracing as DSO, so you can checkout the details here under 3.2 point management: https://arxiv.org/pdf/1607.02565.pdf

In short: As it is a direct method it can track any points with sufficient gradients and no feature detector needs to be used. If you want it to track specific features you can modify it however, similar to how it is done in LDSO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants