Redraw image from 3d perspective to 2d

前端 未结 2 577
不知归路
不知归路 2020-11-30 07:36

I need an inverse perspective transform written in Pascal/Delphi/Lazarus. See the following image:

\"image

2条回答
  •  温柔的废话
    2020-11-30 08:41

    Use Graphics32, specifically TProjectiveTransformation (to use with the Transform method). Don't forget to leave some transparent margin in your source image so you don't get jagged edges.

提交回复
热议问题