xiuminglib
xiuminglib copied to clipboard
Add a setter for proj_mat
See nerfactor/data_gen/dtu_mvs/surf_from_mvs.py on how I extracted K from P with cv2 but then later found [R|t] with K^{-1}P, instead of using those from the cv2 decomposition (which uses another weird convention).