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

 EXAMPLE
  load clown; im( X )

 See also IMSHOW, IMVIEW, IMPIXELINFO, IMTOOL

 Piotr's Image&Video Toolbox      Version 2.02
 Copyright 2008 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Lesser GPL [see external/lgpl.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003