Metadata-Version: 2.1
Name: SplineSmooth3D
Version: 0.1.1
Summary: 3D B-spline smoother supporting thin-plate and multi-level basis splines
Home-page: https://github.com/imalone/SplineSmooth3D
Author: Ian Malone
Author-email: i.malone@ucl.ac.uk
License: LICENSE.txt
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy >=1.17.2
Requires-Dist: scipy >=1.3.1

# SplineSmooth3D

This module provides a 3D B-spline smoother with regularisation via either thin-plate tensors or multi-level B-splines. It is designed to provide functionality for NX Bias Correction [nxbc](https://github.com/imalone/nxbc).
