i have to warp an image without external libraries (etc. opencv).
I also found a solution via google:
- Iterate the pixel within the destination mesh
- Calculate the relative mesh position of the pixel
- Map the relative mesh position into the source mesh
How can i transform the position from the destination image into the source image?