Home > ISET > utility > image > imageFlip.m

imageFlip

PURPOSE ^

Flip image data in rgb format, either updown or leftright

SYNOPSIS ^

function imT = imageFlip(im,flipType)

DESCRIPTION ^

 Flip image data in rgb format, either updown or leftright 

   imT = imageFlip(im,flipType)

 The image data, im, size(im) = (r,c,w) can have any value for w.
 imT contains the same data with each of the color planes flipped either
 'updown' or 'leftright' 

 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