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

Add shrink factor to reduce computation #4

Open
luigi311 opened this issue Jul 17, 2024 · 0 comments
Open

Add shrink factor to reduce computation #4

luigi311 opened this issue Jul 17, 2024 · 0 comments

Comments

@luigi311
Copy link

Add a shrink factor argument to reduce the computation of the mapping calculations. For most things you dont need super high resolution for mapping images together so instead create a copy of the images at a shrunk down ratio/resolution, perform the orb/ecc match, scale up the warp matrix to match the original images and then do the image stacking on the original images. This should provide greater performance the higher the resolution of the images. You can see my original python implementation here as a reference, also built from the same python source you used.

https://github.com/luigi311/Low-Power-Image-Processing/blob/master/stacking/stacking.py

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

No branches or pull requests

1 participant