Undistort image and camera calibration app

17 visualizzazioni (ultimi 30 giorni)
aLmartinez
aLmartinez il 21 Feb 2019
Risposto: Omega il 19 Nov 2024 alle 7:14
I am using the camera calibration app to measure camera parameters, and correct for radial distortion (3rd coefficients), skew and tangential distortion. However, the undistorted image that I obtained has a weird patters around it. I attached an example image. Why is this effect introduced? How can I correct for it?

Risposte (1)

Omega
Omega il 19 Nov 2024 alle 7:14
The artifacts you're observing in the undistorted images are likely due to the correction of significant lens distortion, inaccuracies in the calibration process, or the interpolation method used during undistortion. To minimize these effects:
  1. Ensure Accurate Calibration: Use a wide range of high-quality calibration images that cover the camera's entire field of view.
  2. Choose Interpolation Wisely: Experiment with different interpolation methods during the undistortion process to see which minimizes artifacts.
  3. Crop Edges: If artifacts are mostly around the edges, consider cropping the undistorted image to remove distorted areas.
  4. Update Software: Use the latest version of your calibration software, as updates may include improved algorithms.
Improving calibration accuracy and adjusting the undistortion process are key steps to reducing these artifacts.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by