Project-MONAI / Project-MONAI/MONAI
Adding capabilities to handle third party (ITK or ANTs) transforms for geometric processing
@tangy5 is already working on this.
Since Apr 12, 2024.
- Dominant language
- Python
- Stars
- 8.7k
- Forks
- 1.6k
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 20
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.