NCAR / bspline
Cubic B-Spline implementation in C++ templates
☆95Updated 7 months ago
Alternatives and similar repositories for bspline:
Users that are interested in bspline are comparing it to the libraries listed below
- C++ facility for natural cubic spline interpolation in 1D, 2D, and 3D.☆38Updated 10 years ago
- Various Splines Interpolation classes☆144Updated 2 weeks ago
- A library to collect many useful spline functions into one place.☆281Updated 3 years ago
- Fast and lightweight class for Bezier curves of any order in C++☆104Updated 4 months ago
- Eigen based C++11 implementation of cubic spline approximation (smoothing)☆37Updated last year
- A nano spline library in modern C++.☆116Updated 4 months ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 2 years ago
- Fast arbitrary dimension linear interpolation in C++☆104Updated last year
- Distance Transforms of Sampled Functions☆58Updated 6 years ago
- Package provides C++ implementation of spline interpolation☆136Updated 3 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆73Updated 2 years ago
- C++ binding for FITPACK B-spline curve and surface fitting routines☆29Updated 7 years ago
- A single header-only C++ library for least squares fitting.☆104Updated last year
- Fitting cubic spline curve to 2d points☆144Updated 3 years ago
- C++ implementation of the 3D QuickHull algorithm☆276Updated 8 months ago
- A C++ library for interpolation.☆223Updated 2 months ago
- Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB☆428Updated 2 years ago
- Curve fitting based on Schneider's algorithm. Written using C++11 and OpenSceneGraph (visualization)☆99Updated 7 years ago
- A C++ header only library for fast nearest neighbor and range searches using a KdTree. It supports interfacing with Eigen, OpenCV, and cu…☆40Updated this week
- A simple library for producing multidimensional polynomial fits for C++☆37Updated 7 years ago
- matplotlib-cpp with Eigen interfaces.☆55Updated 4 years ago
- Scattered data interpolation with multilevel B-Splines☆75Updated 5 months ago
- Numerical optimization in C++☆39Updated 10 years ago
- n-dimensional piecewise linear interpolation using Delaunay triangulation in C++☆43Updated 10 years ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆65Updated 5 years ago
- B Spline curve interpolation and least squares fit cubic spline smoothing interpolation, refer THE NURBS BOOK☆28Updated 5 years ago
- C++ routines to compute spline curves in nD☆42Updated 5 years ago
- C++ implementation of polyfit