Load camera parameters from calibration

I loaded files and used this code

dst = cv.undistort(img, camera_matrix, dist_coefs, None, newcameramtx)

Works as I wanted

Thanks for help!

1 Like