First time here? Check out the FAQ!
answered 2015-05-10 10:33:47 -0600
Use Imgproc class instead:
Imgproc.undistort(image, mat, cameraMatrix, distCoeffs, newCameraMtx);