Skip to content

BUG: ComputeJacobianWithRespectToPosition parameter mismatch

Remove functions that do not override, and are not required

The use of ITK_OVERRIDE identified a parameter type mismatch. Both ITKv4 and ITKv5 take an InputPointType as the first parameter.

Remove the set of functions intended to override abstract base classes do not actually match the signature of existing functions in ITKv5 or ITKv4.

Merge request reports