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

Commits on Feb 2, 2024

  1. ENH: Wrap CompositeTransform for float32 parameters

    For the use case of a float32 displacement vector field.
    thewtex authored and dzenanz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a7f0f8a View commit details
    Browse the repository at this point in the history
  2. ENH: Wrap DataObjectDecorator<CompositeTransform<float>>

    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 > >
    dzenanz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    03c426a View commit details
    Browse the repository at this point in the history