CH4 IP operators Flashcards
Point operations
- Contrast stretching
- Noise clipping
- Histogram modifications
Spatial operations
- Noise smoothing
- Median filtering
- Unsharp masking
- Morphological filtering
Spatial averaging:
1) Finite impulse response (FIR) _
2) Infinite impulse response (IIR) _ _
FIR: Moving average
IIR: - Symmetric exponential and Gaussian filter
Simple point operations modify the image _
Contrast
They are often implemented via a LUT
The histogram measure the graylevel intensity distribution of an image. Histogram equalization yields an image display that uses all grayscales _
Equitably
Combining images on a pixel-by-pixel basis is useful for
Detecting features
Extracting parameters
Noise reduction (by averaging)
Linear spatial operators are digital filters. They are useful _, _, _
- Spatial averaging (smoothing)
- Image sharpening
- Feature detection
The median filter is _.
Non-linear
It is useful for impulse-noise removal and image simplification
Morphological operators can operate on _ or_. They use set theoric operations and transformations with structuring elements
Binary object (bitmap) or graylevel
The fundamental morphological operators are _. Their combination results in the _ and _ operation, which are _
Dilation and erosion
Closing and opening
Idempotent
Typical graylevel morphological filters are the _ and _ filters. They are equivalent of opening and closing , respectively
min/max and max/min