-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the package cannot differentiate between a 3D image or an RGB image leading to undefined behaviour.
We either enforce that the input data is greyscale or handle the RGB images internally.
I'm leaning towards handling RGB images internally. We'll have to convert to greyscale before passing to elastix
but all operations outside of elastix
should recognise 2D RGB (and 3D RGB) images and perform operations accordingly.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request