Open
Description
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
Labels
No labels