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

4D groupwise registration not supported in currrent ITKElastix #70

Closed
ViktorvdValk opened this issue Oct 5, 2020 · 2 comments
Closed
Assignees
Projects

Comments

@ViktorvdValk
Copy link
Collaborator

ITKElastix should be rebuild with support for 4D images to use the 4D groupwise image registration of Elastix

@ViktorvdValk ViktorvdValk added this to To Do in Roadmap Oct 5, 2020
@ViktorvdValk ViktorvdValk moved this from To Do to In Progress in Roadmap Nov 9, 2020
@ViktorvdValk ViktorvdValk self-assigned this Nov 9, 2020
@thewtex
Copy link
Member

thewtex commented Nov 9, 2020

As a first step, we want to update the wrapping configuration:

https://github.com/InsightSoftwareConsortium/ITKElastix/blob/6a4dd1d3ccf58303d5747508bf2be3785f014be6/wrapping/itkElastixRegistrationMethod.wrap

From using itk_wrap_image_filter to itk_wrap_template. Example:

https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/ImageStatistics/wrapping/itkLabelStatisticsImageFilter.wrap

But we want to change

foreach(d ${ITK_WRAP_IMAGE_DIMS})

to

UNIQUE(dims "${ITK_WRAP_IMAGE_DIMS};4")
foreach(d ${dims})

along with the wrapped pixel types.

@thewtex
Copy link
Member

thewtex commented Feb 24, 2021

Addressed with update to ITK 5.2 RC 2.

@thewtex thewtex closed this as completed Feb 24, 2021
Roadmap automation moved this from In Progress to Done Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
  
Done
Development

No branches or pull requests

2 participants