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

Fuzzy Segmentation Based Volume Creation #399

Open
faberno opened this issue Nov 18, 2024 · 0 comments · May be fixed by #400
Open

Fuzzy Segmentation Based Volume Creation #399

faberno opened this issue Nov 18, 2024 · 0 comments · May be fixed by #400
Labels
feature New feature or request

Comments

@faberno
Copy link
Collaborator

faberno commented Nov 18, 2024

Please describe your 🚀 feature request.
The current Segmentation Based Volume Creation only supports "hard" classes. Additionally it should be possible to import fractional segmentations, where a voxel can have fractions of different classes (like 50% blood, 50% background).

Describe the solution you'd like
We could make INPUT_SEGMENTATION_VOLUME either accept a (x, y, z)-shaped int array for hard segmentations or a (c, x, y, z)-shaped float array for fuzzy ones (c should mirror the classes given in SEGMENTATION_CLASS_MAPPING).

@faberno faberno added the feature New feature or request label Nov 18, 2024
@faberno faberno linked a pull request Nov 18, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant