topic 2 - image formation point processing Flashcards
what is spatial sampling - digital image formation?
Projection onto discrete sensor array.
Spatially continuous light intensity function.
Sensor photosites register average colour.
Spatially discrete light intensity function.
what is light intensity sampling - digital image formation?
Continuous colours mapped to a finite, discrete set of colours. (a.k.a. quantisation).
what is spatial and intensity sampling - digital image formation?
continuous image.
sampled.
quantised.
Digital image: sampled & quantised
what is greyscale and colour in digital image formation?
Colour images have 3 values per pixel; monochrome (grey-scale) images have 1 value per pixel.
A Digital image is a grid of squares, each of which contains a single color.
Each square is called a pixel (for picture element).
what is the human visual system?
The eye has 3 types of cone photoreceptors:
sensitive to red, green, or blue light.
The brain transforms RGB into separate brightness and colour channels (e.g., LHS).
what does point processing do?
Here the term point relates to pixel
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 typical adjustments of point processing?
Brightness and contrast adjustment
Gamma correction
Histogram equalization
Colour correction.
To determine the ‘quality’ of an image it is useful to consider its image histogram. The histogram is simply records the number of pixels within an image at each light intensity value and is displayed as a bar chart.
what is point processing - image histogram?
Let I be a single band (greyscale) image.
I(r,c) is an 8-bit integer between 0 and 255 representing the light intensity of a pixel located at row r and column c in within an image.
Histogram, hI, of I:
hI a 256-element array, that can be displayed as a bar chart.
hI (g), for g = 0, 1, 2, 3, …, 255, is an integer.
hI (g) = number of pixels in I that have value g.
what does a look up table do? (LUT)
A look-up table (LUT) implements a functional mapping of pixel intensity values.
how do you remap the intensity values? (LUT)
To remap the intensity values of an input image I, to the output image, J.