Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Wrap CompositeTransform for float32 parameters #4444

Merged

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Feb 2, 2024

For the use case of a float32 displacement vector field.

@thewtex
Copy link
Member Author

thewtex commented Feb 2, 2024

@github-actions github-actions bot added type:Enhancement Improvement of existing methods or implementation area:Python wrapping Python bindings for a class area:Core Issues affecting the Core module labels Feb 2, 2024
@thewtex thewtex requested a review from dzenanz February 2, 2024 15:25
@PranjalSahu
Copy link
Contributor

Build failing with warning message:
itkCompositeTransform: warning(4): ITK type not wrapped, or currently not known: itk::MultiTransform< float, 2 >

For the use case of a float32 displacement vector field.
@dzenanz
Copy link
Member

dzenanz commented Feb 2, 2024

I amended it with addition for MultiTransform.

Addresses:

itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< float, 2 > >
itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< float, 3 > >
@github-actions github-actions bot added the area:Registration Issues affecting the Registration module label Feb 2, 2024
Copy link
Contributor

@PranjalSahu PranjalSahu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dzenanz dzenanz merged commit b6a6b6b into InsightSoftwareConsortium:master Feb 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Core Issues affecting the Core module area:Python wrapping Python bindings for a class area:Registration Issues affecting the Registration module type:Enhancement Improvement of existing methods or implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants