Image Processing 1 + 2 Flashcards

1
Q

Digitization

A

Limited x resolution (Sampling) and Limited y resolution (Quantization)

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

Spatial Quality

A

Pixel size

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

Intensity Quality

A

Grey scale bit level

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

Nyquist-Shannon Theorem

A

Min. sampling rate = 2f, lower means details are lost (like clothing on tv) and new patterns can arise

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

Convolution/Kernel

A

CONVOLUTION is the process of applying a KERNEL to the pixels of an image

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

Dirac/Delta Kernel

A

Kernel width approaches 0 (and height infinity)

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

Mach Band Effect

A

How the brain enhances contrast

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

Aliasing

A

High frequency patterns become (different) low frequency patterns

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

Point Spread Function (PSF)

A

Determines the optical resolution, the smallest spatial detail visible

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

Gamma correction

A
0-1 = lighter
1+ = darker
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

More contrast (l)

A
  • Contrast stretching (slope streched)
  • Windowing (area with slope narrowed _/-)
  • Thresholding (instant slope _|-)
  • Double thresholding/window slicing (|-|)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Histogram Equalization

A

Remap grey values so they all occur in equal numbers (can only be approached for discrete, digital images)

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

Ideal pixels per bin

A

Npixels/Ngreyscales

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

Cumulative histogram

A

Number of pixels with at MOST a grey value x

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

Grey scale substraction/addition

A

Shows change/filters out noise after dividing by amount of images added

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

2D Histogram

A

The grey values in the 2D histogram indicates how often certain combinations of grey values occur

17
Q

Noise Filters

A
  • Salt and Pepper (adds some black and white)
  • Uniform (equally around the range of the original)
  • Gaussian
18
Q

Convolution/Correlation

A

Cross-multiplication/normal multiplication
Convolution has laws, correlation doesn’t:
-Cummutative law (order filter/image irrelevant)
-Associative law (order of multiple filters irrelevant)
-Distributive law gf+hf=(g+h)f

19
Q

Filter near image border

A

-Fixed values
-Extrapolation
Mirroring

20
Q

Low pass/High pass filtering

Detail enhancement/Unsharp masking

A

Low pass: Reduces noise
High pass: image - low pass, (sums up to 0 instead of 1 ,so constant areas vanish)

Detail enhancement: high pass, but adds up to 1 (constant areas stay the same, contrast enhanced)
Unsharp masking: + a high pass filtered image or - a low pass filtered image