<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.1.6.8.10.2 $ $Date: 2005/01/28 21:26:35 $ -->

<toc version="1.0">

<tocitem target="images_product_page.html" image="$toolbox/matlab/icons/book_mat.gif">Image Processing Toolbox User's Guide

<tocitem target="gettings.html" image="$toolbox/matlab/icons/greencircleicon.gif">Getting Started
    <tocitem target="getting2.html#18117">What Is the Image Processing Toolbox?
        <tocitem target="getting2.html#18175">Configuration Notes</tocitem>
        <tocitem target="getting2.html#18206">Related Products</tocitem>
    </tocitem>
    <tocitem target="getting3.html#18086">Example 1 -- Some Basic Concepts
        <tocitem target="getting3.html#4318">1. Read and Display an Image</tocitem>
        <tocitem target="getting4.html#3169">2. Check How the Image Appears in the Workspace</tocitem>
        <tocitem target="getting5.html#8310">3. Improve Image Contrast</tocitem>
        <tocitem target="getting6.html#6383">4. Write the Image to a Disk File</tocitem>
        <tocitem target="getting6.html#4127">5. Check the Contents of the Newly Written File</tocitem>
    </tocitem>
    <tocitem target="getting7.html#8778">Example 2 -- Advanced Topics
        <tocitem target="getting8.html#3271">1. Read and Display an Image</tocitem>
        <tocitem target="getting9.html#17842">2. Estimate the Value of Background Pixels</tocitem>
        <tocitem target="gettin10.html#3284">3. View the Background Approximation as a Surface</tocitem>
        <tocitem target="gettin11.html#4528">4. Create an Image with a Uniform Background</tocitem>
        <tocitem target="gettin12.html#17846">5. Adjust the Contrast in the Processed Image</tocitem>
        <tocitem target="gettin13.html#17850">6. Create a Binary Version of the Image</tocitem>
        <tocitem target="gettin14.html#3746">7. Determine the Number of Objects in the Image</tocitem>
        <tocitem target="gettin15.html#8046">8. Examine the Label Matrix</tocitem>
        <tocitem target="gettin16.html#16627">9. Display the Label Matrix as a Pseudocolor Indexed Image</tocitem>
        <tocitem target="gettin17.html#8406">10. Measure Object Properties in the Image</tocitem>
        <tocitem target="gettin18.html#16694">11. Compute Statistical Properties of Objects in the Image</tocitem>
    </tocitem>
    <tocitem target="gettin19.html#7288">Getting Help
        <tocitem target="gettin19.html#5800">Online Help</tocitem>
        <tocitem target="gettin19.html#18492">Image Processing Demos</tocitem>
        <tocitem target="gettin20.html#18787">MATLAB Newsgroup</tocitem>
    </tocitem>
    <tocitem target="gettin21.html#18295">Image Credits</tocitem>
</tocitem>
<tocitem target="images_example_index.html" image="$toolbox/matlab/icons/demoicon.gif">Examples</tocitem>
<tocitem target="intro.html" image="$toolbox/matlab/icons/pagesicon.gif">Introduction
    <tocitem target="intro2.html#34480">Images in MATLAB and the Image Processing Toolbox</tocitem>
    <tocitem target="intro3.html#13543">Image Types in the Toolbox
        <tocitem target="intro4.html#33397">Binary Images</tocitem>
        <tocitem target="intro5.html#17587">Indexed Images</tocitem>
        <tocitem target="intro6.html#13941">Grayscale Images</tocitem>
        <tocitem target="intro7.html#20224">Truecolor Images</tocitem>
    </tocitem>
    <tocitem target="intro8.html#34704">Converting Between Image Types
        <tocitem target="intro9.html#36022">Color Space Conversions</tocitem>
    </tocitem>
    <tocitem target="intro10.html#35787">Converting Between Image Classes
        <tocitem target="intro10.html#35791">Losing Information in Conversions</tocitem>
        <tocitem target="intro10.html#35793">Converting Indexed Images</tocitem>
    </tocitem>
    <tocitem target="intro11.html#17682">Multiframe Image Arrays</tocitem>
    <tocitem target="intro12.html#12125">Reading and Writing Image Data
        <tocitem target="intro13.html#18527">Reading a Graphics Image</tocitem>
        <tocitem target="intro14.html#18122">Writing a Graphics Image</tocitem>
        <tocitem target="intro15.html#18630">Querying a Graphics File</tocitem>
        <tocitem target="intro16.html#18250">Converting Graphics File Formats</tocitem>
    </tocitem>
    <tocitem target="intro17.html#29508">Working with DICOM Files
        <tocitem target="intro18.html#29256">Reading Image Data from a DICOM File</tocitem>
        <tocitem target="intro19.html#29911">Reading Metadata from a DICOM File</tocitem>
        <tocitem target="intro20.html#29316">Writing Image Data or Metadata to a DICOM File</tocitem>
        <tocitem target="intro21.html#33597">Example: Creating a New Series</tocitem>
    </tocitem>
    <tocitem target="intro22.html#23872">Image Arithmetic
        <tocitem target="intro22.html#23945">Image Arithmetic Saturation Rules</tocitem>
        <tocitem target="intro22.html#24047">Nesting Calls to Image Arithmetic Functions</tocitem>
    </tocitem>
    <tocitem target="intro23.html#22350">Coordinate Systems
        <tocitem target="intro24.html#16234">Pixel Coordinates</tocitem>
        <tocitem target="intro25.html#15951">Spatial Coordinates</tocitem>
    </tocitem>
</tocitem>
<tocitem target="display.html" image="$toolbox/matlab/icons/pagesicon.gif">Displaying and Exploring Images
    <tocitem target="display2.html#24408">Overview
        <tocitem target="display3.html#55413">Understanding Handle Graphics Object Property Settings</tocitem>
    </tocitem>
    <tocitem target="display4.html#43158">Using imshow to Display Images
        <tocitem target="display5.html#43198">Specifying the Initial Image Magnification</tocitem>
        <tocitem target="display6.html#47378">Controlling the Appearance of the Figure</tocitem>
    </tocitem>
    <tocitem target="display7.html#39829">Using the Image Tool to Explore Images
        <tocitem target="display8.html#59907">Opening the Image Tool</tocitem>
        <tocitem target="display9.html#44382">Specifying the Initial Image Magnification</tocitem>
        <tocitem target="displa10.html#55107">Specifying the Colormap</tocitem>
        <tocitem target="displa11.html#58064">Importing Image Data from the Workspace</tocitem>
        <tocitem target="displa12.html#58070">Exporting the Image to the Workspace</tocitem>
        <tocitem target="displa13.html#58053">Closing the Image Tool</tocitem>
        <tocitem target="displa14.html#59874">Printing the Image in the Image Tool</tocitem>
    </tocitem>
    <tocitem target="displa15.html#39935">Using Image Tool Navigation Aids
        <tocitem target="displa16.html#48795">Overview Navigation</tocitem>
        <tocitem target="displa17.html#45438">Panning the Image Displayed in the Image Tool</tocitem>
        <tocitem target="displa18.html#39984">Zooming In and Out on an Image</tocitem>
        <tocitem target="displa19.html#40014">Specifying the Magnification of the Image</tocitem>
    </tocitem>
    <tocitem target="displa20.html#40600">Getting Information about the Pixels in an Image
        <tocitem target="displa21.html#49176">Determining the Value of Individual Pixels</tocitem>
        <tocitem target="displa22.html#49180">Getting the Display Range of an Image</tocitem>
        <tocitem target="displa23.html#49182">Viewing Pixel Values with the Pixel Region Tool</tocitem>
    </tocitem>
    <tocitem target="displa24.html#40107">Getting Information About an Image</tocitem>
    <tocitem target="displa25.html#44495">Adjusting the Contrast and Brightness of an Image
        <tocitem target="displa26.html#51666">Understanding Contrast Adjustment</tocitem>
        <tocitem target="displa27.html#44635">Adjusting Contrast and Brightness</tocitem>
        <tocitem target="displa28.html#44623">Using the Window/Level Tool</tocitem>
        <tocitem target="displa29.html#50743">Autoscaling</tocitem>
    </tocitem>
    <tocitem target="displa30.html#37937">Viewing Multiple Images
        <tocitem target="displa31.html#36936">Displaying Each Image in a Separate Figure</tocitem>
        <tocitem target="displa32.html#36843">Displaying Multiple Images in the Same Figure</tocitem>
    </tocitem>
    <tocitem target="displa33.html#30847">Displaying Different Image Types
        <tocitem target="displa34.html#30710">Displaying Indexed Images</tocitem>
        <tocitem target="displa35.html#30718">Displaying Grayscale Images</tocitem>
        <tocitem target="displa36.html#30759">Displaying Binary Images</tocitem>
        <tocitem target="displa37.html#30813">Displaying Truecolor Images</tocitem>
    </tocitem>
    <tocitem target="displa38.html#32606">Special Display Techniques
        <tocitem target="displa39.html#32280">Adding a Colorbar</tocitem>
        <tocitem target="displa40.html#32276">Displaying All Frames of a Multiframe Image at Once</tocitem>
        <tocitem target="displa41.html#20287">Converting a Multiframe Image to a Movie</tocitem>
        <tocitem target="displa42.html#33007">Texture Mapping</tocitem>
    </tocitem>
    <tocitem target="displa43.html#33037">Printing Images
        <tocitem target="displa43.html#59807">Printing and Handle Graphics Object Properties</tocitem>
    </tocitem>
    <tocitem target="displa44.html#21536">Setting Toolbox Display Preferences
        <tocitem target="displa44.html#21197">Toolbox Preferences</tocitem>
        <tocitem target="displa44.html#21219">Retrieving the Values of Toolbox Preferences</tocitem>
        <tocitem target="displa44.html#33355">Setting the Values of Toolbox Preferences</tocitem>
    </tocitem>
</tocitem>
<tocitem target="mod_tool.html" image="$toolbox/matlab/icons/pagesicon.gif">Building GUIs with Modular Tools
    <tocitem target="mod_too2.html#54769">Overview</tocitem>
    <tocitem target="mod_too3.html#64914">Using Modular Tools
        <tocitem target="mod_too4.html#66280">Displaying the Target Image</tocitem>
        <tocitem target="mod_too5.html#66285">Specifying the Target Image</tocitem>
        <tocitem target="mod_too6.html#67784">Specifying the Parent of a Modular Tool</tocitem>
        <tocitem target="mod_too7.html#68744">Positioning the Modular Tools in a GUI</tocitem>
        <tocitem target="mod_too8.html#68726">Example: Building a Pixel Information GUI</tocitem>
        <tocitem target="mod_too9.html#59762">Adding Navigation Aids to a GUI</tocitem>
        <tocitem target="mod_to10.html#66533">Making Connections for Interactivity</tocitem>
    </tocitem>
    <tocitem target="mod_to11.html#55096">Creating Your Own Modular Tools</tocitem>
</tocitem>
<tocitem target="geom.html" image="$toolbox/matlab/icons/pagesicon.gif">Spatial Transformations
    <tocitem target="geom2.html#27311">Interpolation
        <tocitem target="geom2.html#26724">Interpolation Methods</tocitem>
        <tocitem target="geom2.html#26896">Interpolation and Image Types</tocitem>
    </tocitem>
    <tocitem target="geom3.html#12267">Resizing an Image
        <tocitem target="geom3.html#24510">Specifying the Size of the Output Image</tocitem>
        <tocitem target="geom3.html#22210">Specifying the Interpolation Method</tocitem>
        <tocitem target="geom3.html#24819">Using Filters to Prevent Aliasing</tocitem>
    </tocitem>
    <tocitem target="geom4.html#15785">Rotating an Image
        <tocitem target="geom4.html#28441">Specifying the Size of the Output Image</tocitem>
        <tocitem target="geom4.html#26031">Specifying the Interpolation Method</tocitem>
    </tocitem>
    <tocitem target="geom5.html#11986">Cropping an Image</tocitem>
    <tocitem target="geom6.html#26140">Performing General 2-D Spatial Transformations
        <tocitem target="geom7.html#28504">Example: Performing a Translation</tocitem>
        <tocitem target="geom8.html#31782">Defining the Transformation Data</tocitem>
        <tocitem target="geom9.html#24068">Creating TFORM Structures</tocitem>
        <tocitem target="geom10.html#22965">Performing the Spatial Transformation</tocitem>
    </tocitem>
    <tocitem target="geom11.html#23935">Performing N-Dimensional Spatial Transformations</tocitem>
    <tocitem target="geom12.html#23518">Example: Performing Image Registration
        <tocitem target="geom13.html#27140">Step 1: Read in Base and Unregistered Images</tocitem>
        <tocitem target="geom13.html#36185">Step 2: Display the Unregistered Image</tocitem>
        <tocitem target="geom14.html#27035">Step 3: Create a TFORM Structure</tocitem>
        <tocitem target="geom15.html#27038">Step 4: Transform the Unregistered Image</tocitem>
        <tocitem target="geom15.html#32368">Step 5: Overlay Registered Image Over Base Image</tocitem>
        <tocitem target="geom16.html#27061">Step 5: Using XData and YData Input Parameters</tocitem>
        <tocitem target="geom17.html#27089">Step 6: Using XData and YData Output Values</tocitem>
    </tocitem>
</tocitem>
<tocitem target="registra.html" image="$toolbox/matlab/icons/pagesicon.gif">Image Registration
    <tocitem target="registr2.html#14791">Registering an Image
        <tocitem target="registr3.html#25213">Point Mapping</tocitem>
        <tocitem target="registr4.html#25391">Example: Registering to a Digital Orthophoto</tocitem>
    </tocitem>
    <tocitem target="registr5.html#14941">Types of Supported Transformations</tocitem>
    <tocitem target="registr6.html#14983">Selecting Control Points
        <tocitem target="registr6.html#23425">Using the Control Point Selection Tool</tocitem>
        <tocitem target="registr7.html#32470">Starting the Control Point Selection Tool</tocitem>
        <tocitem target="registr8.html#23541">Viewing the Images</tocitem>
        <tocitem target="registr9.html#23659">Specifying Matching Control Point Pairs</tocitem>
        <tocitem target="regist10.html#23868">Saving Control Points</tocitem>
    </tocitem>
    <tocitem target="regist11.html#26892">Using Correlation to Improve Control Points</tocitem>
</tocitem>
<tocitem target="linfilt.html" image="$toolbox/matlab/icons/pagesicon.gif">Linear Filtering and Filter Design
    <tocitem target="linfilt2.html#14527">Linear Filtering
        <tocitem target="linfilt3.html#20755">Convolution</tocitem>
        <tocitem target="linfilt4.html#21080">Correlation</tocitem>
        <tocitem target="linfilt5.html#21115">Filtering Using imfilter</tocitem>
        <tocitem target="linfilt6.html#21294">Using Predefined Filter Types</tocitem>
    </tocitem>
    <tocitem target="linfilt7.html#21256">Filter Design
        <tocitem target="linfilt8.html#13289">FIR Filters</tocitem>
        <tocitem target="linfilt9.html#14603">Frequency Transformation Method</tocitem>
        <tocitem target="linfil10.html#19196">Frequency Sampling Method</tocitem>
        <tocitem target="linfil11.html#12032">Windowing Method</tocitem>
        <tocitem target="linfil12.html#19215">Creating the Desired Frequency Response Matrix</tocitem>
        <tocitem target="linfil13.html#16064">Computing the Frequency Response of a Filter</tocitem>
    </tocitem>
</tocitem>
<tocitem target="transfor.html" image="$toolbox/matlab/icons/pagesicon.gif">Transforms
    <tocitem target="transfo2.html#17064">Fourier Transform
        <tocitem target="transfo2.html#17097">Definition of Fourier Transform</tocitem>
        <tocitem target="transfo3.html#16303">Discrete Fourier Transform</tocitem>
        <tocitem target="transfo4.html#16370">Applications of the Fourier Transform</tocitem>
    </tocitem>
    <tocitem target="transfo5.html#16366">Discrete Cosine Transform
        <tocitem target="transfo6.html#16137">The DCT Transform Matrix</tocitem>
        <tocitem target="transfo7.html#16149">DCT and Image Compression</tocitem>
    </tocitem>
    <tocitem target="transfo8.html#25938">Radon Transform
        <tocitem target="transfo9.html#20762">Plotting the Radon Transform</tocitem>
        <tocitem target="transf10.html#21513">Viewing the Radon Transform as an Image</tocitem>
        <tocitem target="transf11.html#15119">Using the Radon Transform to Detect Lines</tocitem>
        <tocitem target="transf12.html#19035">Inverse Radon Transform</tocitem>
        <tocitem target="transf13.html#19093">Example: Reconstructing an Image from Parallel Projection Data</tocitem>
    </tocitem>
    <tocitem target="transf14.html#20820">Fan-Beam Projection Data
        <tocitem target="transf15.html#26506">Computing Fan-Beam Projection Data</tocitem>
        <tocitem target="transf16.html#26788">Reconstructing an Image from Fan-Beam Projection Data</tocitem>
        <tocitem target="trans17a.html#26468">Working with Fan-Beam Projection Data</tocitem>
    </tocitem>
</tocitem>
<tocitem target="morph.html" image="$toolbox/matlab/icons/pagesicon.gif">Morphological Operations
    <tocitem target="morph2.html#12508">Dilation and Erosion
        <tocitem target="morph3.html#24720">Understanding Dilation and Erosion</tocitem>
        <tocitem target="morph4.html#22581">Structuring Elements</tocitem>
        <tocitem target="morph5.html#20972">Dilating an Image</tocitem>
        <tocitem target="morph6.html#22016">Eroding an Image</tocitem>
        <tocitem target="morph7.html#13322">Combining Dilation and Erosion</tocitem>
        <tocitem target="morph8.html#14379">Dilation- and Erosion-Based Functions</tocitem>
    </tocitem>
    <tocitem target="morph9.html#16264">Morphological Reconstruction
        <tocitem target="morph10.html#34328">Marker and Mask</tocitem>
        <tocitem target="morph11.html#12600">Pixel Connectivity</tocitem>
        <tocitem target="morph12.html#29125">Flood-Fill Operations</tocitem>
        <tocitem target="morph13.html#39232">Finding Peaks and Valleys</tocitem>
    </tocitem>
    <tocitem target="morph14.html#35678">Distance Transform</tocitem>
    <tocitem target="morph15.html#34186">Objects, Regions, and Feature Measurement
        <tocitem target="morph16.html#35076">Connected-Component Labeling</tocitem>
        <tocitem target="morph17.html#35115">Selecting Objects in a Binary Image</tocitem>
        <tocitem target="morph18.html#34195">Finding the Area of the Foreground of a Binary Image</tocitem>
        <tocitem target="morph19.html#34210">Finding the Euler Number of a Binary Image</tocitem>
    </tocitem>
    <tocitem target="morph20.html#14868">Lookup Table Operations</tocitem>
</tocitem>
<tocitem target="enhance.html" image="$toolbox/matlab/icons/pagesicon.gif">Analyzing and Enhancing Images
    <tocitem target="enhance2.html#12337">Getting Information about Pixel Values and Statistics
        <tocitem target="enhance3.html#14682">Getting Information About Image Pixels</tocitem>
        <tocitem target="enhance4.html#12460">Getting the Intensity Profile of an Image</tocitem>
        <tocitem target="enhance5.html#13085">Displaying a Contour Plot of Image Data</tocitem>
        <tocitem target="enhance6.html#12878">Creating an Image Histogram</tocitem>
        <tocitem target="enhance7.html#12502">Getting Summary Statistics About an Image</tocitem>
        <tocitem target="enhance8.html#12504">Computing Properties for Image Regions</tocitem>
    </tocitem>
    <tocitem target="enhance9.html#11942">Analyzing an Image
        <tocitem target="enhance9.html#12512">Detecting Edges</tocitem>
        <tocitem target="enhanc10.html#23858">Tracing Boundaries</tocitem>
        <tocitem target="enhanc11.html#27827">Detecting Lines Using the Hough Transform</tocitem>
        <tocitem target="enhanc12.html#31392">Using Quadtree Decomposition</tocitem>
    </tocitem>
    <tocitem target="enhanc13.html#27972">Analyzing the Texture of an Image
        <tocitem target="enhanc14.html#29605">Using Texture Filter Functions</tocitem>
        <tocitem target="enhanc15.html#29651">Using a Gray-Level Co-Occurrence Matrix (GLCM)</tocitem>
    </tocitem>
    <tocitem target="enhanc16.html#14011">Intensity Adjustment
        <tocitem target="enhanc17.html#12121">Adjusting Intensity Values to a Specified Range</tocitem>
        <tocitem target="enhanc18.html#19234">Histogram Equalization</tocitem>
        <tocitem target="enhanc19.html#21980">Contrast-Limited Adaptive Histogram Equalization</tocitem>
        <tocitem target="enhanc20.html#23223">Decorrelation Stretching</tocitem>
    </tocitem>
    <tocitem target="enhanc21.html#12251">Noise Removal
        <tocitem target="enhanc22.html#14327">Using Linear Filtering</tocitem>
        <tocitem target="enhan23b.html#14283">Using Median Filtering</tocitem>
        <tocitem target="enhan24a.html#14272">Using Adaptive Filtering</tocitem>
    </tocitem>
</tocitem>
<tocitem target="region.html" image="$toolbox/matlab/icons/pagesicon.gif">Region-Based Processing
    <tocitem target="region2.html#13234">Specifying a Region of Interest
        <tocitem target="region3.html#15985">Selecting a Polygon</tocitem>
        <tocitem target="region4.html#12108">Other Selection Methods</tocitem>
    </tocitem>
    <tocitem target="region5.html#12807">Filtering a Region
        <tocitem target="region5.html#17028">Example: Filtering a Region in an Image</tocitem>
        <tocitem target="region5.html#15061">Specifying the Filtering Operation</tocitem>
    </tocitem>
    <tocitem target="region6.html#13340">Filling a Region</tocitem>
</tocitem>
<tocitem target="deblurri.html" image="$toolbox/matlab/icons/pagesicon.gif">Image Deblurring
    <tocitem target="deblurr2.html#5358">Understanding Deblurring
        <tocitem target="deblurr2.html#8766">Causes of Blurring</tocitem>
        <tocitem target="deblurr3.html#8757">Deblurring Model</tocitem>
    </tocitem>
    <tocitem target="deblurr4.html#3385">Using the Deblurring Functions
        <tocitem target="deblurr5.html#8329">Deblurring with the Wiener Filter</tocitem>
        <tocitem target="deblurr6.html#8471">Deblurring with a Regularized Filter</tocitem>
        <tocitem target="deblurr7.html#8550">Deblurring with the Lucy-Richardson Algorithm</tocitem>
        <tocitem target="deblurr8.html#11698">Deblurring with the Blind Deconvolution Algorithm</tocitem>
        <tocitem target="deblurr9.html#11769">Creating Your Own Deblurring Functions</tocitem>
    </tocitem>
    <tocitem target="deblur10.html#9482">Avoiding Ringing in Deblurred Images</tocitem>
</tocitem>
<tocitem target="color.html" image="$toolbox/matlab/icons/pagesicon.gif">Color
    <tocitem target="color2.html#12781">Working with Different Screen Bit Depths
        <tocitem target="color2.html#25074">Determining Screen Bit Depth</tocitem>
        <tocitem target="color2.html#18333">Choosing a Screen Bit Depth</tocitem>
    </tocitem>
    <tocitem target="color3.html#15484">Reducing the Number of Colors in an Image
        <tocitem target="color4.html#12491">Color Approximation</tocitem>
        <tocitem target="color5.html#18445">Reducing Colors in an Indexed Image</tocitem>
        <tocitem target="color6.html#18177">Dithering</tocitem>
    </tocitem>
    <tocitem target="color7.html#20792">Converting Color Data Between Color Spaces
        <tocitem target="color8.html#23604">Converting Between Device-Independent Color Spaces</tocitem>
        <tocitem target="color9.html#22867">Performing Profile-Based Conversions</tocitem>
        <tocitem target="color10.html#22706">Converting Between Device-Dependent Color Spaces</tocitem>
    </tocitem>
</tocitem>
<tocitem target="block.html" image="$toolbox/matlab/icons/pagesicon.gif">Neighborhood and Block Operations
    <tocitem target="block2.html#15480">Block Processing Operations
        <tocitem target="block3.html#20593">Types of Block Processing Operations</tocitem>
    </tocitem>
    <tocitem target="block4.html#12915">Sliding Neighborhood Operations
        <tocitem target="block5.html#13145">Padding Borders</tocitem>
        <tocitem target="block6.html#12913">Linear and Nonlinear Filtering</tocitem>
    </tocitem>
    <tocitem target="block7.html#12726">Distinct Block Operations
        <tocitem target="block8.html#12949">Overlap</tocitem>
    </tocitem>
    <tocitem target="block9.html#12394">Column Processing
        <tocitem target="block10.html#13351">Sliding Neighborhoods</tocitem>
        <tocitem target="block11.html#14085">Distinct Blocks</tocitem>
    </tocitem>
</tocitem>
<tocitem target="referenc.html" image="$toolbox/matlab/icons/reficon.gif">Functions -- Categorical List
    <tocitem target="referen2.html#23321">Image Input, Output, and Display</tocitem>
    <tocitem target="referen3.html#26524">Modular Interactive Tools</tocitem>
    <tocitem target="referen4.html#23354">Spatial Transformation and Registration</tocitem>
    <tocitem target="referen5.html#23883">Image Analysis and Statistics</tocitem>
    <tocitem target="referen6.html#26252">Image Arithmetic</tocitem>
    <tocitem target="referen7.html#17430">Image Enhancement and Restoration</tocitem>
    <tocitem target="referen8.html#20104">Linear Filtering and Transforms</tocitem>
    <tocitem target="referen9.html#20406">Morphological Operations</tocitem>
    <tocitem target="refere10.html#21101">Region-Based, Neighborhood, and Block Processing</tocitem>
    <tocitem target="refer11h.html#23617">Colormap and Color Space Functions</tocitem>
    <tocitem target="refer12h.html#23807">Miscellaneous Functions</tocitem>
</tocitem>
<tocitem target="ipt_3ona.html" image="$toolbox/matlab/icons/reficon.gif">Functions -- Alphabetical List</tocitem>


<tocitem target="rn/images.html" image="$toolbox/matlab/icons/notesicon.gif">Release Notes

<tocitem target="rn/ipt5_rn.html">Image Processing Toolbox 5.0.2 Release Notes
    <tocitem target="rn/ipt5_rn.html#7373">New Features
        <tocitem target="rn/ipt5_rn2.html#54526">New Image Exploration and Enhancement Tool</tocitem>
        <tocitem target="rn/ipt5_rn3.html#55717">New Modular Interactive Tools</tocitem>
        <tocitem target="rn/ipt5_rn4.html#66845">New Modular Tool Utility Functions</tocitem>
        <tocitem target="rn/ipt5_rn5.html#61716">Hough Transform</tocitem>
        <tocitem target="rn/ipt5_rn6.html#61723">Texture Analysis</tocitem>
        <tocitem target="rn/ipt5_rn7.html#61718">New ICC Color Profile Export Function</tocitem>
        <tocitem target="rn/ipt5_rn8.html#65900">New Demos</tocitem>
    </tocitem>
    <tocitem target="rn/ipt5_rn9.html#61809">Enhancements and Changes to Existing Features
        <tocitem target="rn/ipt5_rn9.html#67137">New DICOM Anonymizer Function</tocitem>
        <tocitem target="rn/ipt5_rn9.html#67157">New Integer Lookup Table Function</tocitem>
        <tocitem target="rn/ipt5_rn9.html#67171">New Toolbox Utility Functions</tocitem>
        <tocitem target="rn/ipt5_rn10.html#68937">Updates to the imshow Function</tocitem>
        <tocitem target="rn/ipt5_rn11.html#62549">Changes to Toolbox Preferences</tocitem>
        <tocitem target="rn/ipt5_rn12.html#61904">Changes to Other Toolbox Functions</tocitem>
        <tocitem target="rn/ipt5_rn13.html#62463">Performance Improvements</tocitem>
        <tocitem target="rn/ipt5_rn14.html#62474">Improved Memory Usage</tocitem>
        <tocitem target="rn/ipt5_rn15.html#61936">Obsolete and Removed Functions</tocitem>
    </tocitem>
    <tocitem target="rn/ipt5_rn16.html#61944">Major Bug Fixes
        <tocitem target="rn/ipt5_rn16.html#68555">Bug Fixes in Version 5</tocitem>
        <tocitem target="rn/ipt5_rn16.html#68544">Bug Fixes in Version 5.0.1</tocitem>
        <tocitem target="rn/ipt5_rn16.html#70174">Bug Fixes in Version 5.0.2</tocitem>
    </tocitem>
    <tocitem target="rn/ipt5_rn17.html#68209">Upgrading from an Earlier Release
        <tocitem target="rn/ipt5_rn17.html#72439">Version 5.0.1</tocitem>
        <tocitem target="rn/ipt5_rn17.html#72443">Version 5.0.2</tocitem>
    </tocitem>
    <tocitem target="rn/ipt5_rn18.html#61949">Known Issues
        <tocitem target="rn/ipt5_rn19.html#67690">General Issues</tocitem>
        <tocitem target="rn/ipt5_rn20.html#68010">Issues Specific to the Linux Platform</tocitem>
        <tocitem target="rn/ipt5_rn21.html#68061">Issues Specific to the Macintosh Platform</tocitem>
    </tocitem>
</tocitem>
<tocitem target="rn/ipt14_4-2.html">Image Processing Toolbox 4.2 Release Notes
    <tocitem target="rn/ipt14_4-2.html#7373">New Features
        <tocitem target="rn/ipt14_4-2.html#53794">Enhanced DICOM support</tocitem>
    </tocitem>
    <tocitem target="rn/ipt14_4-22.html#52206">Major Bug Fixes</tocitem>
    <tocitem target="rn/ipt14_4-23.html#52214">Upgrading from an Earlier Release</tocitem>
</tocitem>
<tocitem target="rn/ipt4-1.html">Image Processing Toolbox 4.1 Release Notes
    <tocitem target="rn/ipt4-1.html#7373">New Features
        <tocitem target="rn/ipt4-1.html#53688">Reading and Writing Data with JPEG Lossless Compression</tocitem>
        <tocitem target="rn/ipt4-12.html#54691">Reading ICC Profiles Embedded in TIFF Files</tocitem>
        <tocitem target="rn/ipt4-13.html#54693">Reading and Writing L*a*b* Color Data</tocitem>
    </tocitem>
    <tocitem target="rn/ipt4-14.html#52206">Major Bug Fixes
        <tocitem target="rn/ipt4-14.html#54802">applycform Fixes</tocitem>
        <tocitem target="rn/ipt4-14.html#54809">Compiling Spatial Transformation Functions</tocitem>
    </tocitem>
</tocitem>
<tocitem target="rn/ipt13sp1.html">Image Processing Toolbox 4.0 Release Notes
    <tocitem target="rn/ipt13sp1.html#7373">New Features
        <tocitem target="rn/ipt13sp12.html#53688">New Image Viewer</tocitem>
        <tocitem target="rn/ipt13sp13.html#54452">Enhanced Color Space Functions</tocitem>
        <tocitem target="rn/ipt13sp14.html#53779">New Image Enhancement Methods</tocitem>
        <tocitem target="rn/ipt13sp15.html#54152">Enhanced DICOM Support</tocitem>
        <tocitem target="rn/ipt13sp16.html#53787">Fan Beam Projection Transforms</tocitem>
        <tocitem target="rn/ipt13sp17.html#53790">Boundary Tracing Functions</tocitem>
        <tocitem target="rn/ipt13sp18.html#53806">Unsigned Integer Lookup Tables</tocitem>
        <tocitem target="rn/ipt13sp19.html#53808">Optimized Image Arithmetic Functions</tocitem>
        <tocitem target="rn/ipt13sp110.html#53813">Performance Improvements</tocitem>
    </tocitem>
    <tocitem target="rn/ipt13sp111.html#53823">Minor Enhancements
        <tocitem target="rn/ipt13sp112.html#53890">Changes to Sample Images Included</tocitem>
        <tocitem target="rn/ipt13sp113.html#53996">Obsolete Functions</tocitem>
    </tocitem>
    <tocitem target="rn/ipt13sp114.html#52206">Major Bug Fixes</tocitem>
</tocitem>
<tocitem target="rn/ipt13.html">Image Processing Toolbox 3.2 Release Notes
    <tocitem target="rn/ipt13.html#7373">New Features
        <tocitem target="rn/ipt13.html#53425">Writing DICOM Files</tocitem>
        <tocitem target="rn/ipt13.html#52140">Representing Binary Images</tocitem>
        <tocitem target="rn/ipt13.html#52202">Changes to Existing Functions</tocitem>
    </tocitem>
    <tocitem target="rn/ipt132.html#52206">Major Bug Fixes</tocitem>
    <tocitem target="rn/ipt133.html#52214">Upgrading from an Earlier Release
        <tocitem target="rn/ipt133.html#52547">Change to Data Type of Output Binary Images</tocitem>
        <tocitem target="rn/ipt133.html#52791">Change to Interpretation of Input Images</tocitem>
        <tocitem target="rn/ipt133.html#52816">Converting Binary Images to an Integer Data Type</tocitem>
    </tocitem>
</tocitem>
<tocitem target="rn/ipt12-1.html">Image Processing Toolbox 3.1 Release Notes
    <tocitem target="rn/ipt12-1.html#19647">New Features
        <tocitem target="rn/ipt12-12.html#20566">Morphology</tocitem>
        <tocitem target="rn/ipt12-13.html#20601">Spatial Transformations</tocitem>
        <tocitem target="rn/ipt12-14.html#20610">Image Registration</tocitem>
        <tocitem target="rn/ipt12-15.html#22613">Integer Image Arithmetic</tocitem>
        <tocitem target="rn/ipt12-16.html#22649">Integer Image Filtering</tocitem>
        <tocitem target="rn/ipt12-17.html#20619">Deconvolution/Deblurring</tocitem>
        <tocitem target="rn/ipt12-17.html#22098">Support for DICOM Files</tocitem>
        <tocitem target="rn/ipt12-18.html#22096">Miscellaneous New Functions</tocitem>
        <tocitem target="rn/ipt12-18.html#20476">New Demos</tocitem>
    </tocitem>
    <tocitem target="rn/ipt12-19.html#19932">Major Bug Fixes
        <tocitem target="rn/ipt12-19.html#25760">Version 3.1 Bug Fixes</tocitem>
    </tocitem>
</tocitem>
<tocitem target="rn/ipt12.html">Image Processing Toolbox 2.2.2 Release Notes
    <tocitem target="rn/ipt12.html#19647">New Features
        <tocitem target="rn/ipt12.html#19930">New Demo</tocitem>
        <tocitem target="rn/ipt12.html#20051">Support For Function Handles</tocitem>
        <tocitem target="rn/ipt12.html#20068">Documentation Enhanced</tocitem>
    </tocitem>
    <tocitem target="rn/ipt122.html#19932">Major Bug Fixes
        <tocitem target="rn/ipt122.html#19956">imshow Fixes</tocitem>
        <tocitem target="rn/ipt122.html#19961">bwlabel Segmentation Violation Eliminated</tocitem>
        <tocitem target="rn/ipt122.html#20110">dilate And erode Return Correct Answers</tocitem>
        <tocitem target="rn/ipt122.html#20112">freqz2 Fixes</tocitem>
        <tocitem target="rn/ipt122.html#20116">fspecial Function's `LoG' Option</tocitem>
        <tocitem target="rn/ipt122.html#20128">Improved Display for imcrop, improfile, and roipoly</tocitem>
    </tocitem>
</tocitem>

</tocitem>
<tocitem target="images_product_page.html" image="$toolbox/matlab/icons/pdficon.gif">Printable Documentation (PDF)</tocitem>
<tocitem target="http://www.mathworks.com/products/image/" image="$toolbox/matlab/icons/webicon.gif">Product Page (Web)</tocitem>

</tocitem>
</toc>
