elastix
elastix copied to clipboard
ENH: Rename SubtractMean parameter to "GroupwiseImplicitReferenceFrame"
trafficstars
Sets its default "true". (For the affected elastix metrics (PCAMetric, PCAMetric2, SumOfPairwiseCorrelationCoefficients, VarianceOverLastDimension), the SubtractMean parameter originally had "false" as default.)
The term "GroupwiseImplicitReferenceFrame" is more specific than "SubtractMean", so it appears preferably. Discussed with Marius (@mstaring) and Stefan (@stefanklein).
Added a warning about this change to the Initialize() member functions of the affected elastix metrics.
- This pull request supersedes pull request #1104