You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi @zanazakaryaie
Can I input raw images from camera to your library or the images have to be undistorted first before using your library?
The text was updated successfully, but these errors were encountered: