pile Numpy dans une nouvelle dimension
np.stack((R_mat, G_mat, B_mat), axis = 2)
# identify any new dimension as you like
Magnificent Moth
np.stack((R_mat, G_mat, B_mat), axis = 2)
# identify any new dimension as you like