Lecture 4
Lecture 4
Edge Detection
Spring Semester
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
Spatial Differentiation
Spatial Differentiation
1st Derivative
1st Derivative
1st Derivative
2nd Derivative
2nd Derivative
2nd Derivative
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
The Laplacian
The Laplacian is defined as follows:
∂2f ∂2f
52 f = + (3)
∂2x ∂2y
where partial 1st Derivative in the x direction is defined as follows:
∂2f
= f (x + 1, y ) + f (x − 1, y ) − 2f (x, y ) (4)
∂2x
∂2f
= f (x, y + 1) + f (x, y − 1) − 2f (x, y ) (5)
∂2y
The Laplacian
In the final sharpened image edges and fine detail are much
more obvious
This gives us a new filter which does the whole job for us in one
step
Highboost Filtering
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
Sobel Operators
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
Outline
1 Image Enhancement
Sharpening Spatial Filters
Spatial Differentiation
Laplacian
1st Derivative Filtering
Comparison of Derivative Filters
Combining Spatial Enhancement Methods
2 Edge Detection
Definition of Edges
Edges are significant local changes of intensity in an image.
Importance of Edges
Origin of Edges
Edge Descriptors