https://github.com/adrianfilsell/homography
Introduce/remove perspective to/from images using c++/homography/svd/eigenlib/mfc
https://github.com/adrianfilsell/homography
cplusplus eigenlib homography jpeglib mfc perspective
Last synced: about 2 months ago
JSON representation
Introduce/remove perspective to/from images using c++/homography/svd/eigenlib/mfc
- Host: GitHub
- URL: https://github.com/adrianfilsell/homography
- Owner: AdrianFilsell
- Created: 2024-04-29T15:01:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T15:18:20.000Z (about 1 year ago)
- Last Synced: 2025-02-06T05:30:07.993Z (3 months ago)
- Topics: cplusplus, eigenlib, homography, jpeglib, mfc, perspective
- Language: C++
- Homepage: https://www.youtube.com/watch?v=LKor9fYqG9A
- Size: 5.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Homography app, wrote this as a testbed to remove/add perspective from/to images. Uses homography and svd to create matrix that can map one quad onto another. Written using MFC/C++/eigenlib/jpeglib, more details can be found here:
[https://www.youtube.com/watch?v=w7J6oxk9tSA](https://www.youtube.com/watch?v=LKor9fYqG9A)
Introduction to homography:
https://math.stackexchange.com/questions/494238/how-to-compute-homography-matrix-h-from-corresponding-points-2d-2d-planar-homog
Example of persepective removal:
