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

[refactor] remove homography binary #189

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

Conversation

carlodef
Copy link
Contributor

This PR replaces the homography c++ program with the Python affine_crop function.

homography was used only with affine transforms so even if the affine_crop function cannot be used to apply generic homographies to images it is enough for the usecase of s2p.

This opens the way to a reduction of the disk read/write as the tiles rectified with affine_crop could be passed in memory (as numpy arrays) to the stereo matching function. This will be done in a future pull request.

@jmichel-otb jmichel-otb self-requested a review February 25, 2019 08:25
@carlodef carlodef force-pushed the remove_homography_binary branch from 1be63be to 68ad552 Compare March 1, 2019 13:26
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.

3 participants