im

PURPOSE ^

Function for displaying grayscale images.

SYNOPSIS ^

function im( I, range, extraInf )

DESCRIPTION ^

 Function for displaying grayscale images.

 Handy function for showing a grayscale image with a colorbar and
 interactive pixel info tool.

 USAGE
  im( I, [range], [extraInf] )

 INPUTS
  I        - image in a valid format
  range    - [] minval/maxval for imagesc
  extraInf - [1] if 1 then a colorbar is shown as well as impixelinfo

 OUTPUTS
  X        - X after normalization.

 EXAMPLE
  load clown; im( X )

 See also IMSHOW, IMVIEW, IMPIXELINFO

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003