Mip6r 1
Mip6r 1
Dr Rashad Ragab
Math. Dept., Helwan University
[email protected]
1
11/23/2022
Image Segmentation
Group similar components (such as, pixels in an
image, image frames in a video) to obtain a compact
representation.
Applications: Finding tumors, veins, etc. in medical
images, finding targets in satellite/aerial images,
finding people in surveillance images, summarizing
video, etc.
Methods: Thresholding, region growing, k-means.
Image Segmentation
Segmentation algorithms for monochrome images
generally are based on one of two basic properties of gray-
scale values:
Discontinuity
The approach is to partition an image based on abrupt changes
in gray-scale levels.
The principal areas of interest within this category are detection
of isolated points, lines, and edges in an image.
Similarity
The principal approaches in this category are based on
thresholding, region growing, and region splitting/merging.
2
11/23/2022
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Segmentation Examples
Detection Of Discontinuities
3
11/23/2022
Point Detection
Point detection can be achieved simply
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
4
11/23/2022
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Line Detection
After
Result of
processing
thresholding
with -45° line
filtering result
detector
5
11/23/2022
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Edge Detection
6
11/23/2022
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Derivatives & Noise
7
11/23/2022
8
11/23/2022
9
11/23/2022
Images taken from Gonzalez & Woods, Digital Image Processing (2002)
Laplacian Of Gaussian
10
11/23/2022
Local Processing
Global Processing
Graph-Theoretic Techniques
Local Processing
Edge Linking using gradient and gradient
direction.
11
11/23/2022
12
11/23/2022
Graph-Theoretic Techniques
13
11/23/2022
14
11/23/2022
15
11/23/2022
16