SplineLibrary icon indicating copy to clipboard operation
SplineLibrary copied to clipboard

a pointer to related work

Open kfjahnke opened this issue 4 years ago • 0 comments

Hi there!

I'd like to point you to my b-spline library vspline. Currently, it supports canonic b-splines only, but I've just opened up the evaluation code to use non-b-spline basis functions, so it may work for other types of splines as well. It's very comprehensive, and on top of the 'standard' b-spline code (prefiltering, point evaluation) it provides code for processing large raster data sets with multithreading and SIMD. Have a look! It may be the 'well-documented and FOSS implementation' you say you're missing.

With regards Kay F. Jahnke

kfjahnke avatar Jan 18 '21 16:01 kfjahnke