Projective transformation fitting

后端 未结 3 897
傲寒
傲寒 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:37

    Well. I found some useful information:

    This transformation is non-linear and it is not possible to represent non-linear transformation with a matrix. There are some tricks such as using homogenous coordinates. but it doesn't make all non-linear transformations representable using matrices. However, approximating a nonlinear function by a linear function is possible.

提交回复
热议问题