Module 5 ImageSegmentation
Module 5 ImageSegmentation
Image Segmentation
Dr. Resmi N.G.
Reference:
Digital Image Processing
FOURTH EDITION
Rafael C. Gonzalez • Richard E. Woods
Module 5 - Syllabus
Image Segmentation:
Pixel-Based Approach –
Multi-Level Thresholding, Local
Thresholding, Threshold Detection Method;
Region-Based Approach-
Region Growing Based Segmentation, Region
Splitting, Region Merging, Split and Merge,
Edge Detection –
Edge Operators; Line Detection, Corner
Detection.
Image segmentation
Most of the segmentation algorithms are based on
one of two basic properties of image intensity
values: discontinuity and similarity.
In the first category, the approach is to partition an
image into regions based on abrupt changes in
intensity, such as edges.
Approaches in the second category are based on
partitioning an image into regions that are similar
according to a set of predefined criteria.
Thresholding, region growing, and region splitting
and merging are examples of methods in this
category.
Fundamentals
Fundamental problem in segmentation is to
partition an image into regions that satisfy
the preceding conditions.
In the limit, when its base is one pixel wide, a roof
edge is nothing more than a one-pixel-thick line
running through a region in an image.