Digital Images & Point Processes Flashcards

1
Q

How do you acquire an image?

A

Using the source of energy (light normally), you use a sensor to gather the reflected light, and thereby form an image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is sampling and what does it determine?

A

Digitisation of the spatial coordinates
Determines spatial resolution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is quantisation and what does it determine?

A

Digitisation of the light intensity function
Determines grey level, colour or radiometric resolution - in rough terms, how much of the light energy is quantised

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Nyquist rate?

A

Samples must be taken at a rate that is twice the frequency of the highest frequency component to be reconstructed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is under-sampling, and what happens when it occurs?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does aliasing occur?

A

Aliasing occurs when two signals become indistinguishable when sampled
Can also be introduced when the image is resampled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is quantisation?

A

Determines the number of levels of colour/intensity to be represented at each pixel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is anti-aliasing?

A

Smoothing out of high-frequency signals before sampling so its impossible to ‘see’ the alias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you downsample an image, and when does it happen?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you upsample, and when does it happen?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is re-quantisation?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you acquire colour images?

A

Using the RGB model, and a single CCD which uses the Bayer pattern.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the Bayer Pattern?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are some benefits of working with colours in greyscale over RGB?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the formula for converting between RGB images and greyscale images?

A

i = 0.3R + 0.59G + 0.11B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the formula for converting to a Green-weighted image?

A

i = G - (R+B)/2

17
Q

What is HSV, and what is it based on?

A

HSV is an acronym, which stands for its three parts:
Hue - What general colour it is, indicates the angle around the colour wheel
Value - How bright or dark it is, indicates how dark light the colour is
Saturation - How strongly coloured it is, indicates how strong the colour is

18
Q

What is an intensity transform?

A

Take the source pixel, transform it in some way, then overlay it onto the target pixel

19
Q

What is a linear transform?

A

Two commonly used point processes are multiplication by and addition of a constant i.e. g(x,y) = a * f(x, y) + b
A is the gain and controls contrast, B is the bias and controls brightness

20
Q

What is negation?

A

Basically, just flipping everything on its head
Inverting all the colours

21
Q

What is dynamic range?

A

A set range for the pixels to exist within.
Intensity transforms require data sometimes to be within a certain range.

22
Q

What is contrast stretching?

A

Converts a source image in which intensities range from min s to max s, to one in which they range from min t to max t

23
Q

What is an example of non-linear transformation?

A

A common example is thresholding

24
Q

What is grey level slicing?

A

This highlights a specific range of intensities, whereby you can then reduce other grey levels to a lower level, or preserve them.

25
Q

What is gain?

A

Gain is the level of contrast

26
Q

What is the bias?

A

Controls the level of brightness