I have a 200 x 200 x 200 array as input and I would like to split the 3D array into multiple smaller cubes of 4 x 4 x 4 moving one by one (I would have 800000 cubes as input).
Source link
I have a 200 x 200 x 200 array as input and I would like to split the 3D array into multiple smaller cubes of 4 x 4 x 4 moving one by one (I would have 800000 cubes as input).
Source link