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: 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T13:56:11.000Z (over 2 years ago)
- Last Synced: 2025-06-20T11:14:47.697Z (about 1 year 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

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`