Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove FixedImageType and TransformType from ComputeJacobianTerms
The typedefs `FixedImageType` and `TransformType` are never used anymore. Internally, `ComputeJacobianTerms` directly uses its template parameters, `TFixedImage` and `TTransform`. `ComputeJacobianTerms` is only being used by `elx::AdaptiveStochasticGradientDescent::AutomaticParameterEstimationOriginal()` anyway.
- Loading branch information