-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ENH: Bump Python package version to 0.18 #241
Conversation
Include initial transform improvements.
Please note that the added |
@N-Dekker yes, I make a note in the release notes that it is available for initial experimental testing. :-) Thanks! |
I'm preparing another extension to elastix, |
The ability to supply ITK transform and get it out of |
Honestly I did not yet add a |
By "get ITK transform out of ElastixRegistrationMethod" I meant this: comb_transform = elastix_object.GetCombinationTransform()
itk_transform = elastix_object.ConvertToItkTransform(comb_transform) |
If there are no objections I will go ahead and merge this shortly. |
Sorry @dzenanz |
Include initial transform improvements.