Undistort Images #15
Answered
by
decadenza
aaronlsmiles
asked this question in
Q&A
-
In the code of the examples 004a UndistortImages.py file, the In practice we would not do this though, correct? In practice we would use this code to undistort images of scenes, not the calibration images, or am I misunderstanding the pipeline? |
Beta Was this translation helpful? Give feedback.
Answered by
decadenza
Oct 5, 2022
Replies: 1 comment 2 replies
-
Nope, the Yes, you can undistort any image taken from the camera after calibration. Then you can undistort any scenes, including the calibration ones! Normal pipeline is:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
decadenza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope, the
imgPath
defined here is just the directory.Yes, you can undistort any image taken from the camera after calibration. Then you can undistort any scenes, including the calibration ones!
Normal pipeline is: