correcting fisheye distortion programmatically
The description you mention states that the projection by a pin-hole camera (one that does not introduce lens distortion) is modeled by R_u = f*tan(theta) and the projection by common fisheye lens cameras (that is, distorted) is modeled by R_d = 2*f*sin(theta/2) You already know R_d and theta and if you knew the camera’s focal … Read more