This document discusses image enhancement techniques in the spatial domain. It defines spatial domain processing as the direct manipulation of pixel values, as opposed to frequency domain processing which modifies the Fourier transform. The key techniques discussed are:
- Linear and non-linear transformations which map input pixel values to new output values.
- Spatial filters which operate on neighborhoods of pixels, including smoothing filters to reduce noise and sharpening filters to enhance edges.
- Histogram processing techniques like equalization to improve contrast in low contrast images.
The document provides examples of each technique and discusses their applications in image enhancement.