[deprecated] Radial Basis Function (RBF) Interpolation written in C++11. This can be used for fitting a non-linear function from scattered data.
☆11Apr 27, 2018Updated 8 years ago
Alternatives and similar repositories for rbf-interpolator
Users that are interested in rbf-interpolator are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- RBF_interpolation is Interpolation and Approximation using Radial Base Functions (RBF) based on Eigen☆24Jun 4, 2021Updated 5 years ago
- Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen☆283Nov 11, 2025Updated 7 months ago
- C++ Implementation of the RBF (Radial Basis Function) Network and choosing centroids using K-Means++☆39May 9, 2015Updated 11 years ago
- Takes two 3D head models and make them morph to each other☆31May 30, 2017Updated 9 years ago
- surfit is a computer program which enables to calculate regular grid from various data (scattered points, curves, surfaces, etc), condit…☆16Oct 22, 2015Updated 10 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 使用onnxruntime部署C2PNet图像去雾,包含C++和Python两个版本的程序☆11Apr 11, 2024Updated 2 years ago
- The code of 'The devil is in the labels: Semantic segmentation from sentences'.☆13Nov 13, 2022Updated 3 years ago
- GRU-PPO for stable-baselines3.☆13Apr 24, 2024Updated 2 years ago
- The wifi mobile robot program includes a computer terminal program (Qt C++) and a robot terminal program (stm32 C); wireless control for …☆10Mar 21, 2018Updated 8 years ago
- This tool reconstructs details 2D map data using map2loop engine, and then pass it through LoopStructural pipeline to build 3D geological…☆12May 20, 2025Updated last year
- Accelerated GSLIB using OpenMP and MPI☆11Jun 13, 2024Updated 2 years ago
- ☆17Oct 31, 2022Updated 3 years ago
- 使用b样条曲面拟合一个给定的三维曲面,要求可以自适应地依照原始网格曲面曲率设置b样条的节点线。本版本为此项目终极版。