You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.