Image Enhancements Flashcards
What is the ‘aim’ (or goal) for image enhancement?
The aim of image enhancement is to alter the distribution of DNs in each image channel in the image to increase the contrast, making the image interpretation easier.
Define Contrast Stretching
2 Different types?
Contrast stretching is designed to expand the original brightness values in an image to increase the contrast
Linear and Non-Linear
Linear Stretch
A Linear stretch increases the contrast while preserving the original radiance relationship between the pixels.
Non-Linear Stretch
Increases the contrast without preserving the original radiance relationship between pixels.
- different portions of the image may be stretched/compressed.
Spatial Filtering
the process of extracting the information from only the spatial domain (not spectral).
Convolution Filters
Example?
convolution filters multiply the kernel by a matrix of filtering coefficients
- example low pass filter
Non-convolution Filters
Example
Only work with numbers within the kernel.
- Example median filter
What is a Kernel
Kernels are smaller square subsets of the image on which the filtering operation is based.
Spatial Filtering - Spatial Frequency
The number of times a certain pixel occurs within an image.
Low frequency distribution
values do not change significantly over the range of the image.
High frequency distribution
values change drastically over the range of the image.
Low Pass Filter
filter is designed to remove or de-emphasize the imagery with a high spatial frequency
-smoothes the image.
How can you remove the effects of blurring from a low pass filter?
can use unequal weightings for the kernel.
High Pass Filter
designed to enhance abrupt changes in data within the image.
- fine detail reduced or removed in extreme cases.
- This tends to highlight edges and other sharp boundaries
Fast Fourier Transform (FFT)
A Fast Fourier Transform breaks an image down into two components: frequency and direction
- We can use this information to remove specific types of information depending on frequency
(to use low pass or high pass filter)