Skip to content

Refactor multi-channel image support #5

Open
@hinerm

Description

@hinerm

The ImgToMatVector and MatVectorToImg convertors do not follow the Mat <--> Img converter format of having static methods we can call into for conversion. This limits them in being exposed e.g. via SciJava Ops.

We should:

  • extract the conversion logic to static utility functions
  • Reassess the conversion logic. This looks extremely easy to break, e.g. interleaved data. Also may break down with 4+ dimensions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions