3d to 2d Projection Matrix

后端 未结 4 1629
小鲜肉
小鲜肉 2020-12-14 03:07

I have 3 points in a 3D space of which I know the exact locations. Suppose they are: (x0,y0,z0), (x1,y1,z1) and (x2,y2,z2).

Al

4条回答
  •  自闭症患者
    2020-12-14 03:56

    Your camera has (at least) 7 degrees of freedom - 3 for position, 3 for orientation and 1 for FOV. I'm sure someone will correct me if I'm wrong, but it doesn't seem like 3 points are enough for a full solution.

    For a generalised solution to this problem, look up 'View Correlation' in Graphics Gems II.

提交回复
热议问题