reverse engineering a camera
If I have a list of 3D points and their 2D projection on screen, is there a way to compute the camera that performed the projection?
I am using the WP开发者_运维问答F perspective camera.
From the points you have, you should be able to deduce a projection matrix, that actually describes your camera.
精彩评论