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

Adding capabilities to handle third party (ITK or ANTs) transforms for geometric processing #7633

Open
vikashg opened this issue Apr 12, 2024 · 0 comments
Assignees
Labels
Feature request WG: Transforms For the transforms working group

Comments

@vikashg
Copy link

vikashg commented Apr 12, 2024

Is your feature request related to a problem? Please describe.
Often we will come across situations where we have multiple modalities for example Computed Tomography (CT) images acquired along with PET scans. In the pipeline we need to register these two modalities. The registration can be accomplished using a variety of tools like ANTs or Greedy. The affine transformation matrices originating from these registration tasks have different formats. I am sure there are many other examples.
We should support applying these transform to geometric objects

Describe the solution you'd like
It will be nice to have a MONAI transform in the monai.transform module which wraps the applyTransform function in the aforementioned registration packages.

Additional context
Adding these transforms will be useful if and when we start working with multimodal data. This will also help us build pre and post processing pipeline within the monai platform and develop an end-to-end solution.

@vikashg vikashg added Feature request WG: Transforms For the transforms working group labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request WG: Transforms For the transforms working group
Projects
None yet
Development

No branches or pull requests

4 participants