You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Fix Python wrapping for all VariationalRegistration classes
Fix linker errors in src/ executables by adding ITK_LIBRARIES to
the link set. Fix Python wrapping for 7 classes that previously
had wrong template argument counts:
- Regularizer + 4 derived classes: wrap with single TDisplacementField
(Image<Vector<float,D>,D>) instead of 2 scalar images
- MultiResolutionFilter: wrap with 3 params matching
VariationalRegistrationFilter pattern
- StopCriterion: wrap with concrete filter types
All 16 classes now have correct Python wrapping.
0 commit comments