Imager:

Path: Imaging/ImageProcessing

% Display an image in figure given image data.
 If x or y is 2 dimensional ColorMapGrayScale is used for the color
 mapping. If two images are entered it will draw both and abs(x-y). 
 Has a built-in demo using SCImage.mat
--------------------------------------------------------------------------
   Form:
       Imager                 % demo
   h = Imager( x, h, y, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x              (n,m,3 or 1)     RGB image 1
   h              (1,1)            Figure handle
   y              (n,m,3 or 1)     RGB image 2
   n              (1,1)            Any input don't plot difference

   -------
   Outputs
   -------
   h              (1,1)       Figure handle

   See also image, ColorMapGrayScale
--------------------------------------------------------------------------

Children:

Demos: ImageMatching/SCImage
Imaging: ImageProcessing/ColorMapGrayScale

Back to the Imaging Module page