elastix
elastix copied to clipboard
ENH: Add "ReduceDimension" option to ImageSampler components
Allows reducing the dimensionality of any image sampler by a new elastix parameter:
(ReduceDimension "true")
Aims to implement a generalization to the ReducedFullSampler, pull request #52 proposed by Mathias Polfliet (@MathiasPolfliet) in 2018.
At today's internal elastix sprint, we (@mstaring, @stefanklein) agreed to use a different name for the new parameter: "UseSamplingForGroupwiseRegistration"
The parameter is now renamed to "UseSamplingForGroupwiseRegistration", but Stefan (@stefanklein) suggested to double-check if it can really be applied to any groupwise registration. For BendingEnergy, it may not be appropriate.
- Check also the
StackTransformBendingEnergycomponent proposed by @MathiasPolfliet: https://github.com/SuperElastix/elastix/pull/60 and https://github.com/SuperElastix/elastix/tree/MathiasPolfliet/StackTransformBendingEnergy