Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 494 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 494 Bytes

PyRBF

Radial Basis Function Interpolation with Python

PyRBF is a tool to perform Radial Basis Function interpolation on arbitrary point clouds. This work was initially implemented by Florian Lindner in PyRBF.

PyRBF supports standard the RBF interpolation implementation using global and local basis functions. Current work includes expanding the use of partition of unity approach and using VTK's as sources of point clouds.