-
Notifications
You must be signed in to change notification settings - Fork 210
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
Issue with rectified image input #40
Comments
Yes, the input image should be distorted, and the point cloud projection needs to be provided with the same distortion model |
Okay! But does the final calibration matrix need to use with the rectified image or non rectified image? |
It depends on whether you correlate the LiDAR and camera data through projection, and if so, you need to use the rectified image. |
Hello,
I tried with non rectified images and rectified images. Calibration output is much better with non rectified images. Is the code is expecting distorted images? Are you running rectification in the pipeline anywhere?
Regards
The text was updated successfully, but these errors were encountered: