Home > ISET > utility > image > imageTranspose.m

imageTranspose

PURPOSE ^

Transpose image data in RGB format

SYNOPSIS ^

function imT = imageTranspose(im)

DESCRIPTION ^

 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.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003