Formula for 2D Projection of 3D point using camera params?
keymaster
Posted on 11-21-2006 at 12:46:49 AM
Hello,
I am writing some VC++ code to process MatchMover's output. I need some help:
Given the MatchMover's camera parameters (F, Pr, Pp, K, Oc, Rot) what is the formula that gives the projection of a 3D point (x,y,z) to 2D image space?