Skip to content

[Feature] Handling RGB images as input #95

@IgorTatarnikov

Description

@IgorTatarnikov

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions