Point Processing Flashcards

(7 cards)

1
Q

Difference in values per pixel?

A

Coloured pixels - 3 values per pixel (red intensity, green intensity, blue intensity)

Monochrome pixels - 1 value per pixel (intensity)

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

What are pixels?

A

Pixels are small squares of single solid colour (or shade if monochrome) that make a grid to create images.

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

How does the human visual system work?

A

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).

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

What it point processing?

A

‘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.

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

What are the typical adjustments made to photos?

A

Brightness and contrast adjustment

Gamma correction

Histogram equalisation

Colour correction.

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

What should be considered when determining the quality of an image?

A

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.

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

Look up table

A

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.

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