I have a list of size (10,10,3,64)
This represents a list of 64 images of size 10x10x3
I want to create 1 image of size 80x80x3
, where each image is side by side. I am not sure exactly how to merge these axes to make sure that the image integrity holds.
Just an example, a signle image is
myList[all][all][all][0]