Morphological Processing
Morphological Processing
Processing
Introduction
Morphological processing
Morphological processing is a fundamental technique
in image processing that focuses on the shape and
structure of objects within an image. It involves the
manipulation and analysis of the geometrical features
of an image to extract useful information or enhance
certain characteristics.
Morphological processing
Morphological operations are based on mathematical
morphology, which uses set theory and mathematical
operations, such as dilation, erosion, opening, and
closing, to modify the shape and structure of objects in
an image.
It is often employed in conjunction with other image
processing techniques to achieve more accurate and
robust results.
Morphological processing
• Dilation: It expands or thickens the boundaries of
objects in an image, making them larger.
It is typically applied in binary image, but there are
versions that work on gray scale. The basic effect is to
gradually enlarge the boundaries of the region of
foreground pixels.
Thus area of foreground pixels grow in size while holes
within the region become smaller.
Dilation
Morphological processing
• Erosion: It erodes or thins the boundaries of objects,
making them smaller. The area of region of
foreground pixels shrink in size.
Erosion
Erosion vs Dilation
Disadvantage:
Computational complexity, sensitivity to image
resolution and noise, primarily limited to binary images
Hit or miss
This transformation can be used to look for particular
pattern of foreground and background pixels in image.
Exact Thresholding
Low Thresholding High Thresholding
Clustering
Defines as the process of identifying groups of similar
image primitive.