Projective transformation fitting

后端 未结 3 896
傲寒
傲寒 2021-01-15 05:47

Given set of points in 3D ( X = (x1, x2, x3), Y = (y1, y2, y3) ), how can I fit transformation from X to Y?

As far as I know this is called projective transformati

3条回答
  •  耶瑟儿~
    2021-01-15 06:48

    Projective transformations in 3d have an associated 4x4 matrix (modulo a constant multiplication). You can find the matrix with least square fitting.

提交回复
热议问题