learn about distortions in camera, intrinsic and extrinsic parameters of camera etc. learn to find these parameters, undistort images etc. Similarly, another distortion is the radial distortion.Due to ...
M_inv[0:3, 0:3] = R.T X_img_plane[0:3,0] = [-width, height, f_scale] X_img_plane[0:3,1] = [width, height, f_scale] X_img_plane[0:3,2] = [width, -height, f_scale] X ...