topic 2 - image formation point processing Flashcards

1
Q

what is spatial sampling - digital image formation?

A

Projection onto discrete sensor array.

Spatially continuous light intensity function.

Sensor photosites register average colour.

Spatially discrete light intensity function.

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

what is light intensity sampling - digital image formation?

A

Continuous colours mapped to a finite, discrete set of colours. (a.k.a. quantisation).

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

what is spatial and intensity sampling - digital image formation?

A

continuous image.

sampled.

quantised.

Digital image: sampled & quantised

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

what is greyscale and colour in digital image formation?

A

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

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

what is the human visual system?

A

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

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

what does point processing do?

A

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.

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

what are typical adjustments of point processing?

A

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.

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

what is point processing - image histogram?

A

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.

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

what does a look up table do? (LUT)

A

A look-up table (LUT) implements a functional mapping of pixel intensity values.

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

how do you remap the intensity values? (LUT)

A

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