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

Implement Catmull-Rom Interpolator #1

Open
gwlucastrig opened this issue Feb 26, 2020 · 0 comments
Open

Implement Catmull-Rom Interpolator #1

gwlucastrig opened this issue Feb 26, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gwlucastrig
Copy link
Owner

The core gridfour module includes a 2D grid-based interpolation class using the B-Spline curve fitting algorithm. There would be advantages to implementing a companion interpolation class based on the Catmull-Rom interpolation method.

A new class should implement the interface IRasterInterpolator.

As a reminder, the current policy for the gridfour core module is that it not have any external dependencies on 3rd-party APIs other than the standard Java API. While we may be willing to yield a bit on this rule in the future, implementations would need to make a convincing case for doing so.

@gwlucastrig gwlucastrig added enhancement New feature or request help wanted Extra attention is needed labels Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant