Point Processing Flashcards
(7 cards)
Difference in values per pixel?
Coloured pixels - 3 values per pixel (red intensity, green intensity, blue intensity)
Monochrome pixels - 1 value per pixel (intensity)
What are pixels?
Pixels are small squares of single solid colour (or shade if monochrome) that make a grid to create images.
How does the human visual system work?
The eye has 3 types of cone photoreceptors sensitive to red, green and blue light.
The brain transforms RGB into separate brightness and colour channels (e.g.LHS).
What it point processing?
‘Point’ relates to pixels
Point processing adjusts a pixel’s value according to a transformation function usually for the purpose of improving the perceived image quality.
The transformation is independent of the values of the neighbouring pixels.
What are the typical adjustments made to photos?
Brightness and contrast adjustment
Gamma correction
Histogram equalisation
Colour correction.
What should be considered when determining the quality of an image?
The image histogram.
The histogram simply records the number of pixels within an mage at each light intensity value and is displayed as a bar chart.
Look up table
A look up table (LUT) implements a functional mapping of pixel intensity values.
To remap the intensity values of an input image I, to the output image, J.