Is there a way to undistort and map a view to another without knowing the camera matrix ?
Goal is to transform this kind of view:
to a 2D rectangle:
using minimum number of distorted points.
The distorted view is not generated by a camera and looks like having a barrel distortion on the y axis. On the X axis, things look a little easier since it looks like a direct polar transformation.