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 nearest neighbor interpolation to fill gaps #87

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Add nearest neighbor interpolation to fill gaps #87

merged 2 commits into from
Aug 23, 2024

Conversation

leouieda
Copy link
Member

The interpolate_missing function now takes a method argument that can used to set interpolation to nearest-neighbors instead of cubic. This can be useful for gaps at the corners of images, where cubic wouldn't fill them in because they're outside of the data convex hull.

The `interpolate_missing` function now takes a `method` argument that
can used to set interpolation to nearest-neighbors instead of cubic.
This can be useful for gaps at the corners of images, where cubic
wouldn't fill them in because they're outside of the data convex hull.
@leouieda leouieda closed this Aug 23, 2024
@leouieda leouieda reopened this Aug 23, 2024
@leouieda leouieda merged commit 684692c into main Aug 23, 2024
12 of 16 checks passed
@leouieda leouieda deleted the nn-interp branch August 23, 2024 17:09
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.

1 participant