im

PURPOSE ^

Function for displaying grayscale images.

SYNOPSIS ^

function varargout = im( I, range, extraInf )

DESCRIPTION ^

 Function for displaying grayscale images.

 Handy function for showing a grayscale or color image with a colorbar.

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

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

 OUTPUTS
  h        - handle for image graphics object

 EXAMPLE
  load clown; im( X )

 See also imshow, imview, impixelinfo, imtool, imagesc

 Piotr's Computer Vision Matlab Toolbox      Version 2.41
 Copyright 2014 Piotr Dollar.  [pdollar-at-gmail.com]
 Licensed under the Simplified BSD License [see external/bsd.txt]

Generated by m2html © 2003