Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thejoefin/nonaffine

This is a sample project to demonstrate how to distort a 2d image to correct a perspective distortion.
https://github.com/thejoefin/nonaffine

affine-transformation viewport3d windows wpf

Last synced: 1 day ago
JSON representation

This is a sample project to demonstrate how to distort a 2d image to correct a perspective distortion.

Awesome Lists containing this project

README

        

# Non-Affine Transforms in 2D with WPF
![Example of a transformed image](./Example.png)
This is a sample project to demonstrate how to distort a 2d image to correct a perspective distortion.

Original code by: Charles Petzold
https://www.charlespetzold.com/blog/2007/08/250638.html

Distortion is done with the `Viewport3D`