This document discusses various methods for contrast enhancement of digital images. It defines contrast and describes how contrast is important for distinguishing objects from backgrounds. Two main categories of contrast enhancement methods are described: spatial domain methods, which operate directly on pixel values; and frequency domain methods, which modify the Fourier transform of an image. Specific spatial techniques covered include logarithmic transformation, power law transformation, gamma correction, and histogram equalization. Contrast stretching is also discussed. Examples of code implementations and results are provided. Contrast enhancement has applications in medical imaging, surveillance, and other fields where improving image interpretability is important.
Related topics: