0

With camera calibration Toolbox in MATLAB, it looks like it corrects the lens distortion only for images that had checkerboards... I did the training part to get the camera parameters from a data set of images with checkerboard with camera calibration app in MATLAB. and the lens correction for those images works perfectly. But when I apply the same camera parameters (that I got previousely) on others images with no checkerboard it does not give corrected images.

originalImage = imread('nochecherboard.jpg');
undistortedImage = undistortImage(originalImage, cameraParams);

the output enter image description here

I don't know what I'm doing it wrong!! or already the MATLAB app does work only with checkerbord images???. Any help please !!!

max taldykin
  • 12,459
  • 5
  • 45
  • 64

0 Answers0