Digital Images & Point Processes Flashcards
How do you acquire an image?
Using the source of energy (light normally), you use a sensor to gather the reflected light, and thereby form an image.
What is sampling and what does it determine?
Digitisation of the spatial coordinates
Determines spatial resolution
What is quantisation and what does it determine?
Digitisation of the light intensity function
Determines grey level, colour or radiometric resolution - in rough terms, how much of the light energy is quantised
What is the Nyquist rate?
Samples must be taken at a rate that is twice the frequency of the highest frequency component to be reconstructed
What is under-sampling, and what happens when it occurs?
Under-sampling - sampling at a rate that is too coarse i.e. below the Nyquist rate
When it occurs, aliasing becomes prominent in the image, which are artefacts that result from under-sampling
How does aliasing occur?
Aliasing occurs when two signals become indistinguishable when sampled
Can also be introduced when the image is resampled
What is quantisation?
Determines the number of levels of colour/intensity to be represented at each pixel
What is anti-aliasing?
Smoothing out of high-frequency signals before sampling so its impossible to ‘see’ the alias
How do you downsample an image, and when does it happen?
When downsampling, you need to compute a summary pixel value from each local area i.e. take the mean value (as a whole number) from the surrounding elements e.g. 25, 26, 26, 27 gets combined into one square, which is 26
This happens when re-sizing an image (making it smaller only)
How do you upsample, and when does it happen?
When upsampling, you need to interpolate from the known values to produce an estimate at the unknown pixels
Average the known values in a local region centred on each unknown pixel, fit some kind of function through known values
Occurs when re-sizing an image to make it bigger.
What is re-quantisation?
Grey level resolution (quantisation) can be dropped by dividing each pixel value by a constant. There is a side effect - can’t increase grey level resolution of a single pixel
How do you acquire colour images?
Using the RGB model, and a single CCD which uses the Bayer pattern.
What is the Bayer Pattern?
A grid of each different colour from the RGB model.
One colour value is measured, two are estimated at each pixel
Typically, one colour is measured using their neighbours’ mean, whereas the other colour is measured using their diagonals’ mean
What are some benefits of working with colours in greyscale over RGB?
Makes processing easier
Reduces the amount of information
Makes some of theory simpler
Many image processing methods were developed for single value images, of which the value was usually intensity or grey level
What is the formula for converting between RGB images and greyscale images?
i = 0.3R + 0.59G + 0.11B