I am looking for functionality compared to opencv's transpose where the axes of a multidimensional array are easily swapped (an (640, 400, 3) style image to a (3, 640, 400) image).
I prefer to use existing functionality instead of cooking it up myself ( if needed I do it). Does the ndarray crate offers me such functionality ?