Lecture 8
Lecture 8
Autumn Semester
Outline
1 Applications of Morphology
Agenda
Today Discussion
Once segmentation is complete, morphological operations
can be used to remove imperfections in the segmented
image and provide information on the form and structure of
the image
In this lecture we will consider
What is morphology?
Simple morphological operations
Compound operations
Morphological algorithms
Morphology - Definition
What Is Morphology?
Definition
Morphological image processing (or morphology)
describes a range of image processing techniques that
deal with the shape (or morphology) of features in an
image
Uses of Morphology
Morphological operations are typically applied to remove
imperfections introduced during segmentation, and so
typically operate on bi-level images
Quick Example
Structuring Elements
Fundamental Operations
Erosion
Erosion Example 1
Erosion Example 2
Dilation
Dilation Example 1
Dilation Example 2
Compound Operations
Opening
f ◦ s = (f s) ⊕ s (1)
Opening Example
Closing
f · s = (f ⊕ s) s (2)
Closing Example
Morphological Algorithms
Boundary Extraction
Region Filling
Summary