Pixels Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

How does imaging work?

A

The image from the lens is focused on a CCD, a light sensitive microchip or charge coupled device, with millions of pixels.
Depending on the charge, the pixel could be numbered from 0 to 255.

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

What is binary?

A

Binary is on or off, with 1=on, and 0=off. If one pixel records on or off, depending on light intensity and charge, only one memory location is required.

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

How many bits are needed for 256 alternatives?

A

The number of bits for 256 alternatives is 8, and this is equal to one byte.

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

What’s the formula relating number of alternatives to bits?

A

N = 2^b

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

What’s resolution and what’s its formula?

A

Resolution = width represented in image/pixels across

Resolution is the smallest detail that can be distinguished.

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

What’s the formula for image information?

A

Information = bits per pixel * number of pixels.

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

How can brightness of an image change?

A

Increase the number across each pixel until the brightest reach 255.

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

How is noise reduction achieved?

A

Noise can be removed with mean/median smoothing.

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

What is edge detection?

A

Edges are removed by taking away the mean value of a pixel’s neighbours from each pixel, removing areas of uniform brightness where gradient changes abruptly.

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

How do you increase contrast?

A

Increase the range, from 75-150 turn 75 into 0, (black), and 150 to 255, (white).

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