4-1 Flashcards

(16 cards)

1
Q

purpose of image enhancement

A

to improve the interpretability or perception of information in images for human viewers, or to provide `better’ input for other automated image processing techniques

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

what is image enhancement

A

process of adjusting digital images so that the results are more suitable for display or further image analysis. For example, you can remove noise, sharpen, or brighten an image, making it easier to identify key features.

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

what are the 2 image enhancement categories

A

Spatial domain methods
Frequency domain methods

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

what is spatial domain method in image enhancement

A

Manipulate the image pixel value in spatial domain based on distribution statistics of the entire image or local region. Technique are based on direct manipulation of pixels in an image. eg. Mean Filtering, Medial Filtering

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

what is frequency domain method in image enhancement

A

Manipulate information in the frequency domain Technique are based on modifying the Fourier Transform of an image

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

s = T(r)

A

T is the transformation that maps a pixel value r into pixel value s

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

three types of transformation in Gray Level Transformation

A
  • Linear (identity transform &
    inverse transform)
  • Logarithmic
  • Power-law
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Linear Identity Transformation in Greyscale T. (2)

A
  • Output intensities are identical to input intensities
  • Does not have any effect on image. But added to the previous graph for completeness

also think of the image

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

Linear Inverse Transformation in Greyscale T. (3)

A
  • is the opposite of identity transformation. Each value of the input image is subtracted from L-1 and then it is mapped onto the output image.
  • Reverses the gray level order ie light areas appear dark & vice versa
  • Suitable for enhancing white or gray details
    embedded in dark regions esp when dark areas are dominant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

S = T(r) = (L-1)-r

A

inv. trans
L number of gray levels

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

Logarithmic Transformation in Greyscale T.

A

Log Transformation expands values of dark pixels in image while compressing the lighter pixels.

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

Logarithmic Transformation in Greyscale T. effects and uses

A

Effects: Maps a narrow range of low pixel levels into wider range of output values. The opposite is true for the higher input values

Uses: particularly useful when the input pixel values may have an extremely large range of values. Suitable for compressing dynamic display on devices.

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

s = T(r) = c log(1+r)

A

log. trans
c is a constant & r >= 0

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

Inverse Logarithmic Transformation in Greyscale T. (2)

A
  • Does the opposite of log transform
  • Used to expand high pixel values while compressing the darker level values.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Power (Gamma) Transformation in Greyscale T. effect

A

Maps a narrow range of dark
input values into a wider range of output values and vice versa. More precise than log

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

s = T(r) = c r

A

power trans
c & (gamma) are +ve constant