Lecture 4 Flashcards

1
Q

Define Image Enhancement

A

The process that improves the quality of the image for a specific application.

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

What are the main types of image enhancement methods?

A

3 main methods:
1. Spatial Domain Methods
2. Frequency Domain Methods
3. Combinations Methods

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

Define what spatial domain methods are

A

Spatial domain mathods are types of image enhancement methods.
Based on the direct manipulation of pixels in the image

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

Define what Frequency Domain Methods are

A

Frequency domain methods are a type of image enhancement methods.
Based on the modification of the fourier transform of the image

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

What are combinations methods

A

Combination methods are types of image enhancement methods.
Based on the combination of frequency domain methods and spatial domain methods.

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

How do you compute the brightness of a grayscale image?

A

Grayscale image brightness is found by getting the average intensity of all pixels in the image.

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

What is Exposure?

A

Exposure is the amount of light that enters the lens.
There are 3 types of exposure:
1. Overexposure
2. Underexposure
3. Long Exposure

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

What is Long Exposure?

A

Long exposure is a technique that captures a subject over an extended period of time

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

What is the difference between brightness and exposure?

A

Exposure is the amount of light that enters the lens of the camera, while brightness is how bright an object appears in the picture.
- Exposure is a property of the camera, while brightness is a property of exposure

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

What is Image contrast?

A

Image Contrast is the measure of the difference between the maximum and minimum pixel intensities of an image / The variation between the light and dark areas of a photo.

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

What is High Dynamic Range (HDR)?

A

HDR is a technique that produces images with a greater dynamic range of luminosity than standard dynamic range (SDR)

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

What is Dynamic Range?

A

The range of the lightest tones to the darkest tones in an image

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

What is wide dynamic range?

A

where both dimly and brightly lit areas are present in the field of view. The human eye is capable of wide-dynamic range.

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

How does one achieve HDR?

A

Use photos of the same scene with different exposure values and then combine the values

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

What is tonemapping?

A

A way of obtaining HDR. After the HDR image values have been merged, the photo has to be converted back to 8-bit to view it on usual displays

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

What are the three main types of Image Operations?

A

There are 3 main types of image operations:
1. Point Operations
2. Local Operations
3. Global Operations

17
Q

What are point operations?

A

A point operation is an image operation where the output value of a coordinate is dependent only on the input value at the same coordinate.
They change a pixels intensity value according to some function F.
Pixel intensity depends on the input pixels intensity and the mapping function F

18
Q

What are local operations?

A

A local operation is an image operation where the output value of a coordinate is dependent on the input values in the neighborhood of the same coordinate.

19
Q

What are Global Operations

A

A global operation is an image operations where the output value of a given coordinate is dependent on all the values of the input image.

20
Q

What are the different types of point operations?

A

4 main types of point operations:
1. Addition (changes Brightness)
2. Multiplication (Stretches/shrinks image contrast range)
3. Global thresholding
4. Gamma correction

21
Q

What is an Image negative?

A

An image negative is produced by subtracting each pixel from the maximum intensity value.
e.g. For an 8-bit image, the max intensity value is 2^8 - 1 = 255.
So each pixel is subtracted from 255 to produce the output image negative.

22
Q

What is Gamma Correction?

A

Gamma Correction is a type of point operation that can be used to correct the brightness of an image by using a non linear transformation between the input values and the mapped output values.
If in the operation the Gamma variable is less than 1, the image will appear lighter and darker otherwise. If the Gamma variable = 1 then the image brightness will remain the same.

23
Q

What is Histogram Equalisation?

A

A technique used for adjusting image intensities to enhance image contrast.
The operation stretches dense parts of the histogram, where contrast is low, and condenses sparse parts of the histogram where contrast is high.