Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thejoefin/nonaffine
- Owner: TheJoeFin
- License: mit
- Created: 2024-04-01T22:52:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T13:56:11.000Z (7 months ago)
- Last Synced: 2024-10-11T14:31:01.818Z (26 days ago)
- Topics: affine-transformation, viewport3d, windows, wpf
- Language: C#
- Homepage:
- Size: 3.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.htmlDistortion is done with the `Viewport3D`