I'm using this function to undistort images from a fisheye camera and it's very good as result, but i cannot find the skew coefficent to reduce the undistorsion.
With cameras without fisheye I use:
getOptimalNewCameraMatrix
where the alpha can control the scaling of the result from 0 to 1.
But in
fisheye::estimateNewCameraMatrixForUndistortRectify
I cannot understand how to do.
Anyone can suggest how to do?