Skip to content

ENH: Removed legacy BSplineToDeformationField module

BSplineToDeformationField could convert certain bspline transform type to displacement field. The module was limited what transform types it can handle.

Conversion for all transform types was already available for users in the transforms module (and for other modules in the transforms module logic).

Remove BSplineToDeformationField module to reduce user confusion (see https://discourse.slicer.org/t/bspline-to-deformation-field-error/503) and reduce overall Slicer core size and maintenance workload.

Merge request reports