SoftRas
SoftRas copied to clipboard
projection.py does not consider intrinsics K
intrinsic matrix K should be applied after applying distortion
The projection matrix P contains information about the intrinsic matrix.
P = K [R|t]