Metadata-Version: 2.2
Name: SplineSmooth3D
Version: 0.1.2
Summary: 3D B-spline smoother supporting thin-plate and multi-level basis splines
Author-email: Ian Malone <i.malone@ucl.ac.uk>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/imalone/SplineSmooth3D
Project-URL: Repository, https://github.com/imalone/SplineSmooth3D
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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).
