I have RGB face images of size 60x60. They are matrices of size 60x60x3 in Matlab.
I need to apply some algorithms to these data. But first I need to create training examples for the images. Given one image of size 60x60x3 I will need to create a vector of size 1x10800. I am not sure, should I interleave the R, G and B values for the pixels, should I go column by column or row by row?
Thanks