Image Segmentation, Representation and Description
Image Segmentation, Representation and Description
Point detection
Line detection
Edge detection:
Gradient operation
f
f fx
y
Gx
Gy
f mag (f ) Gx Gy
2
( x, y) tan (
1
Gy
Gx
Edge detection:
Laplacian operation
2 f 2 f
f 2 2
x
y
2
r2
r 2 2 2 2
2
h( r )
e
4
step2:
Advantage:
With good connectivity
Disadvantage:
Initial seed-points:
different sets of initial seed-point cause different
segmented result
Time-consuming problem
Advantage:
easy to use
can readily incorporate high level knowledge of the
image composition through region threshold
Disadvantage:
slow speed
10
dilation
erosion
A ! B {x E N x b A for every b B}
11
dilation
erosion
12
opening
Erosion=>Dilation
closing
Dilation=>Erosion
13