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

Shape preserving splines #23

Open
andrewwinters5000 opened this issue Feb 28, 2023 · 0 comments
Open

Shape preserving splines #23

andrewwinters5000 opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@andrewwinters5000
Copy link
Member

It would be a nice feature to add an additional spline type that is shape preserving for geometric data. This would help create more realistic representations of real world bottom data without the need for excessive smoothing. This type of cubic spline sacrifices continuity of the second derivative in order to constrain shape and/or prevent overshoots in the result.

Some references:

  • J. E. Lavery, Shape-preserving, multiscale interpolation by bi- and multivariate cubic splines, Computer Aided Geometric Design. doi:10.1016/S0167-8396(01)00034-6.
  • Davydov, O., Zeilfelder, F. Scattered Data Fitting by Direct Extension of Local Polynomials to Bivariate Splines. Advances in Computational Mathematics. https://doi.org/10.1023/B:ACOM.0000032041.68678.fa
@andrewwinters5000 andrewwinters5000 added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant