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

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

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:

![Alt text](/images/homography.png?raw=true "perspective removal example")