


Transpose image data in RGB format imT = imageTranspose(im) The RGB format includes multispectral data with size(im) = (r,c,w) where w can be any value. imT is the same data with each of the color planes transposed. see also: imageFlip Copyright ImagEval Consultants, LLC, 2003.
