Image Processing Toolbox User's Guide Previous page   Next Page

Morphological Operations


Morphology is a broad set of image processing operations that process images based on shapes. Morphological operations apply a structuring element to an input image, creating an output image of the same size. The most basic morphological operations are dilation and erosion. In a morphological operation, the value of each pixel in the output image is based on a comparison of the corresponding pixel in the input image with its neighbors. By choosing the size and shape of the neighborhood, you can construct a morphological operation that is sensitive to specific shapes in the input image.
This chapter describes the Image Processing Toolbox morphological functions. You can use these functions to perform common image processing tasks, such as contrast enhancement, noise removal, thinning, skeletonization, filling, and segmentation.
Dilation and Erosion
Defines the two fundamental morphological operations, dilation and erosion, and some of the morphological image processing operations that are based on combinations of these operations
Morphological Reconstruction
Describes morphological reconstruction and the toolbox functions that use this type of processing
Distance Transform
Describes how to use the bwdist function to compute the distance transform of an image
Objects, Regions, and Feature Measurement
Describes functions that return information about a binary image
Lookup Table Operations
Describes functions that perform lookup table operations


Previous page  Working with Fan-Beam Projection Data Dilation and Erosion Next page

© 1994-2005 The MathWorks, Inc.