Undistort image and camera calibration app

조회 수: 1 (최근 30일)
aLmartinez
aLmartinez 2019년 2월 21일
답변: Omega 2024년 11월 19일
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?

답변 (1개)

Omega
Omega 2024년 11월 19일
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.

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by