How to map a point onto a warped grid

前端 未结 4 1509
青春惊慌失措
青春惊慌失措 2020-12-16 17:51

Say you have a collection of points with coordinates on a Cartesian coordinate system.

\"an

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 18:34

    The other answers are great. The only thing I'd add is that you might want to take a look at Free form deformation as a way of describing the deformations.

    If that's useful, then it's quite possible to fit a deformation grid/lattice to your known pairs, and then you have a very fast method of deforming future points.

提交回复
热议问题