Title: 1' Image Enhancement Using Logic Operations
11. Image Enhancement Using Logic Operations
22. Image Enhancement Using Arithmetic Operation
Subtraction
- Equation g i, j f i, j b i, j
- Mostly used for background subtraction. b(x, y)
is the background image. - Need to consider/reduce noise.
3Image Enhancement Using Arithmetic Operation
Average
- Equation g i, j (f1 i, j f2 i, j
fk i, j )/k - Goal reduce zero-mean additive noise
- Frequently used noise model Gaussian Noise
- Disadvantage blur caused by camera motion.
4Image Enhancement Using Arithmetic Operation
Addition Example
53. Spatial Image Filters (Masks)
- Implement neighborhood operation mapping
multiple original pixels to one output pixels. - For computation purposes easy to compute.
- Different filters implement different image
enhancement functions - Smoothing filters
- Sharpen filters
- Etc.
- How to design filters? Fourier frequency analysis
(next chapter)
6Spatial Image Filters cont.
7Spatial Image Filters cont.
83.1 Spatial Image Filters smoothing filter
results
Original image, smoothing filters of size 3, 5,
9, 15, 35
9Spatial Image Filters smoothing filter results
103.2 Sharpen Image Filters
11Sharpen Image Filters Laplacian
12Sharpen Image Filters Laplacian
13Sharpen Image Filters Laplacian
14Sharpen Image Filters First derivatives
(gradient) masks
Roberts Cross Gradient
Sobel Filter
15Sharpen Image Filters First derivatives
(gradient)
163.3 Combining Spatial Enhancement Methods
17Combining Spatial Enhancement Methods (cont.)
183.4 Non-linear image filter
- Median filter
- Goal reduce salt-and-pepper noise