Project-MONAI / Project-MONAI/MONAI
Implement Feature Extraction Transforms
@RobinCamarasa is already working on this.
Since Feb 24, 2023.
- 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.
A type of transforms that I find useful is to extract features from a segmentation mask (e.g. volume, maximum diameter...) . I usually end up programming it myself extending monai.transforms.Transform or MapTransformd. It might be nice to share this to avoid to have every user to implement it themselves. As a proof of concept I would start with the volume.
Describe the solution you'd like
Have an extra category Feature extraction (not sure of the name) from the existing list of transformation families (Crop and Pad, Intensity, IO, NVIDIA Tool Extension, Post-processing, Signal, Spatial, Smooth Field, MRI Transforms, Utility) in both Vanilla Transforms and Dictionary Transforms.
Describe alternatives you've considered
As an alternative those type of transforms could be added to the Utility category.
Additional context
/
I am up to help with the implementation if needed.
Best,
Robin
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.