% Image Processing Toolbox --- imuitools
%
% Image display and exploration.
%   immovie             - Make movie from multiframe image.
%   imshow              - Display image.  
%   imtool              - Display image in the Image Tool.  
%   montage             - Display multiple image frames as rectangular montage.
%   subimage            - Display multiple images in single figure.
%   warp                - Display image as texture-mapped surface.
%
% Modular interactive tools.
%   imageinfo           - Image information tool.
%   imcontrast          - Adjust contrast tool.
%   imdisplayrange      - Display range tool.
%   imgetfile           - Open Image dialog box.  
%   impixelinfo         - Pixel information tool.
%   impixelinfoval      - Pixel information tool without the text label.
%   impixelregion       - Pixel region tool.
%   impixelregionpanel  - Pixel Region tool panel.
%
% Navigational tools for image scroll panel.
%   imscrollpanel       - Scroll panel for interactive image navigation.
%   immagbox            - Magnification box for scroll panel.
%   imoverview          - Overview tool for image displayed in scroll panel.
%   imoverviewpanel     - Overview tool panel for image displayed in scroll panel.
%
% Utility functions for interactive tools.
%   axes2pix            - Convert axes coordinate to pixel coordinate.  
%   getimage            - Get image data from axes.
%   getimagemodel       - Retrieve image model object from image object.
%   imagemodel          - Constructor for imagemodel object.
%   imattributes        - Return information about image attributes.
%   imhandles           - Get all image handles within a handle.  
%   imgca               - Get handle to most recent current axis containing an image.
%   imgcf               - Get handle to most recent current figure containing an image.
%   impositionrect      - Create draggable position rectangle.
%   iptaddcallback      - Add function handle to a callback list.
%   iptcheckhandle      - Check validity of handle.
%   iptgetapi           - Get Application Programmer Interface (API) for a handle.
%   ipticondir          - Directories containing IPT and MATLAB icons.
%   iptremovecallback   - Delete function handle from callback list.
%   iptwindowalign      - Align figure windows.
%   truesize            - Adjust display size of image.
%
% See also IMAGES, IMDEMOS, IPTUTILS.

%   Copyright 1993-2004 The MathWorks, Inc.  
%   $Revision $  $Date: 2004/08/10 01:48:56 $
