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

Working with Undistorted Images #11

Open
bot-lin opened this issue Oct 30, 2022 · 1 comment
Open

Working with Undistorted Images #11

bot-lin opened this issue Oct 30, 2022 · 1 comment

Comments

@bot-lin
Copy link

bot-lin commented Oct 30, 2022

Hi @zanazakaryaie

Can I input raw images from camera to your library or the images have to be undistorted first before using your library?

@zanazakaryaie
Copy link
Owner

Hi @bot-lin
ARM-VO requires undistorted images. The KITTI dataset contains such images and there is no need to do any pre-processing. But if you want to feed images from your camera, you should undistort first which is a time-consuming process. To reduce the cost, you can just undistort the keypoints after being detected by the FAST algorithm. You should also undistort the tracked points in the next frame and then use the undistorted pairs of points to estimate Fundamental and Homography matrices. The rest of the code should remain as it is.

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