Download presentation
Presentation is loading. Please wait.
1
Digital Filters
2
What are they? Local operation (neighborhood operation in GIS terminology) by mask, window, or kernel (different words for the same thing). Also called “convolution”!
3
Purposes (1) Image improvement or restoration
Elimination of problems with lines and/or points (ie. filling in gaps) Noise suppression Image enhancement (sharpening) Edge detection of linear structures.
4
Purposes (2) Preprocessing before classification
Averaging of field units Elimination of local disturbances. Discover spatial patterns (enhancement) Better distinguish area, line, and point objects.
5
Overall…. Trying to enhance low frequency detail (averaging), high frequency detail (sharpening), and edges (areas of rapid change). All about, as always, reflectance values.
6
The size of the neighborhood convolution mask or kernel (n) is usually 3 x 3, 5 x 5, 7 x 7, or 9 x 9. We will constrain our discussion to 3 x 3 convolution masks with nine coefficients, ci, defined at the following locations: c1 c2 c3 Mask template = c4 c5 c6 c7 c8 c9
7
Mean filter. The coefficients, c1, in the mask are multiplied by the following individual brightness values (BVi) in the input image – and then divided by 9 (thereby creating some sort of an average): c1 x BV c2 x BV c3 x BV3 Mask template = c4 x BV c5 x BV c6 x BV6 c7 x BV c8 x BV c9 x BV9
8
Low frequency (pass) filter: block the high spatial frequency detail, left the low-frequency
A kernel with small positive values with the same or a little large central value High frequency (pass) filter: remove the slowly varying components and enhance the high- frequency local variations. a kernel with a high central value, typically surrounded by negative weights 1 1 1 1 1 1 .25 .5 .25 1 1 1 1 2 1 .5 1 .5 1 1 1 1 1 1 .25 .5 .25 a b c -1 -1 -1 1 -2 1 -1 9 -1 -2 5 -2 -1 -1 -1 1 -2 1 e d
9
Linear edge enhancement
Directional Laplacian Highlight points, lines, edges, suppress uniform and smooth regions Vertical edges Horizontal edge NW-SE NE-SW directional Laplacian
10
Can also do, say, a median or modal (median below, 3x3 and 5x5) filter
11
Another median filter example.
12
Review: Properties of filters
Low pass: averaging small fluctuations in image values. Random noise suppression. Smoothing. However, image blurs. High pass: enhancing details (and noise). Emphasizes edges.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.