Lecture 1 Overview And DIP Flashcards

(37 cards)

1
Q

What is the most commonly used numeral system?

A

Decimal numeral system

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

How many possible values of a digit do decimal numeral system have?

A

10
0,1,2,3,4,5,6,7,8,9

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

What numeral system do computers write and read numbers?

A

Binary numeral system

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

How many possible values of a digit do binary numeral system have ?

A

2
0,1

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

What do 1k means in binary numeral system?

A

1024

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

What is the basic unit of digital data?

A

Byte (B)

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

1 byte = ? Bit

A

8 bits (b)

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

What is the range and number of bytes of an unsigned 8 bot integer (uint8)?

A

Range = 0 to 255
Byte = 1

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

What is the range and number of bytes of an unsigned 16-bit integer (uint16)?

A

Range = 0 to 65535
Bytes = 2

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

What is the range and number of bytes of a signed 8-bit integer (int8) ?

A

Range = -128 to 127
Byte = 1

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

What is the range and number of bytes of a signed 16-bit integer (int16) ?

A

Range = -32768 to 32767
Bytes = 2

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

What do the class [double] means in classes of digital data?

A

The class double means floating point number with double precision. The number of byte is 8 bytes = 64 bits.

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

What is the importance of the most significant bit of signed-bit integer?

A

In signed integer, the most significant bit carries the negative sign

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

What is the definition of discretisation?

A

The projection of real world object in continuous-space continuous-value onto an image in discrete-space discrete-value.
Discretisation is a process changing analog data into digital data.

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

By what method can analog data changes to digital data (I.e. discretisation) ?

A
  1. Spatial sampling
  2. Amplitude quantisation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the problem of discretisation of data?

A

It creates discrepancy from the original signal.

17
Q

What can be done to reduce discrepancy of the image from the original signal?

A

Increase bit depth
Improve density resolution
Increase bit per pixel

18
Q

What do number of bits per pixel determines in a digital image?

A

The number of bits per pixel determines the number of intensity levels.

19
Q

The origin of a grayscale image starts from which corner?

A

Left top corner

20
Q

What is the wavelength of visible light?

21
Q

What is the responsibility of cones cells and rod cells respectively in visual perception?

A

Cone cells = sensitive to colour
Rod cells = sensitive to intensity

22
Q

What are the three primary colours?

A

Red green blue

23
Q

Name the two Color reproduction systems.

A

Additive and subtractive

24
Q

Mixing two primary colours gives a ________________.

A

Secondary colour

25
Secondary colour is __________________ to a primary colour
Complementary
26
What are the three secondary colours?
Magenta cyan and yellow
27
When all primary adds together it shows ___________.
White
28
When all primary colour light is absorbed it shows ___________.
Black
29
What are the 4 colours in 4 colour printing?
CMYK Cyan magenta yellow and black
30
What is HSV cone?
H = hue : ring S = saturation : radius V = Value of brightness : diagonal
31
What is the central axis of the HSV cone represents?
Grayscale
32
How many bit in a colour pixel?
24 bit (I.e. 8 x 3) (RGB)
33
What are the descriptive parameters of image quality?
1. Density resolution (Bit depth) 2. Contrast 3. Spatial resolution 4. Signal-to-noise ratio (SNR) 5. Artefacts
34
What is the difference between luminance and brightness?
Luminance is the measure of the actual density, independent to the surroundings. unit = cd/m2 Brightness is the perceived luminance by rod cells, it is affected by the surrounding and background
35
What is the definition of contrast?
It is the measure of differences in brightness in adjacent regions of the image
36
What is the definition of spatial resolution?
How fine the pixels in the image I.e pixel size (mm)
37
2 Formula of signal-to-noise ratio
………..