Image enhancement techniques can be divided into two categories: spatial domain and frequency domain methods. Spatial domain methods directly manipulate pixel values, while frequency domain methods modify the image's Fourier transform. Common spatial techniques include gray-level transformations like negatives, logarithms, and power laws. Piecewise-linear transformations include contrast stretching, gray-level slicing, and bit-plane slicing. Histogram equalization improves contrast by producing a uniform histogram. Smoothing filters reduce noise by averaging pixel neighborhoods. Arithmetic operations on images include addition, subtraction, and logical operations like AND and OR.
Related topics: