Open tiancheng-zhi opened 5 years ago
The projection matrix P contains information about the intrinsic matrix.
P = K [R|t]
If you provide P = K [R | t] and have no distortion the rendered image looks correct, however if there is distortion this doesn't work as the undistortion should happen in the normalized camera frame.
intrinsic matrix K should be applied after applying distortion