Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for projective warp via full homogeneous coordinates. #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robotrory
Copy link
Contributor

I needed the ability to learn projective warping for my project so I'm giving back to help others (as I haven't found another implementation that offers more than affine transforms).

This adds support for full 3x3 transform matrices but still supports the old 2x3 matrices through the same API by padding any remaining parameters with the identity matrix.

I've also updated the readme to reflect the changes, feel free to reject/edit these.

@kevinzakka
Copy link
Owner

@robotrory hey Rory, thanks for taking the time :) I'll take a look over the weekend. Cheers

@kirnh
Copy link

kirnh commented May 22, 2019

Hi @kevinzakka , thank you for the contribution. I was wondering if this pull request has been reviewed. It would be a good addition since even I could not find any other implementation like @robotrory mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants