3. Image Processing Techniques



6.  Miscellaneous



Gamma Correction



Image before Gamma correction (from Stanford Graphics)
 

Image after a 1.7 Gamma correction (from Stanford Graphics)


The Intensity to Voltage response curve is a power function for monitors:
Most monitors have a gamma between 1.7 and 2.7.



Input to monitor

Graph of input

Screen Output

Graph: I=V^2.5
(Adapted from http://www.cgsd.com/papers/gamma_intro.html )



Gamma correction consists of applying the inverse of the above relationship
to the image before display, i.e., by computing:


Input to monitor

Graph of input

Gamma corrected input

Graph: I'=I^(1/2.5)

Screen output

Graph of output


More details under :




Color Adjustment using "Curves"

This is related to Gamma correction in the sense that one uses a global 1D function to adjust image intensities.

The differences are :


An example of "warming-up" an image :



Image Blurring, Sharpening


Recall the convolution by smoothing kernel such as the Gaussian kermel.

Example by using the Fourier Transform :


Blurring or smoothing filers are also known as low-pass filters.

NB: The same concept can be applied to audio files.


A sharpening filter, also called a high-pass filter, emphasizes discontinuities in the pixel values by subtracting a contribution from the surrounding pixels from an increased central pixels.

This means that when the surrounding pixels are dark, the central pixel is increased in brightness which enhances the edges of an image.



Example of "sharpening" kernels: Laplacian, Mexican Hat :



Color image sharpening is typically done on three color channels separately (like RGB).






BACK
Last update: Jan. 18, 2006