02 - Image Enhancement Flashcards

1
Q

Influence image quality

A
  • resolution
  • noise
  • contrast
  • inhomogeneous contrast
  • artifacts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Noise types

A
  • types
  • – spatially correlated
  • – event
  • – structured noise
  • model
  • – Gaussian (additive)
  • – Poisson (multiplicative)
  • – salt’n’pepper (outlier noise)
  • SNR = avg(x)/std(x)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Filtering

A
  • def = processing unit that enhances the wanted info and suppresses the unwanted info
  • LP, HP filters
  • linear, LP = box, Gauss
  • median filter (median value of surrounding pixels)
  • linear, HP = gradients, Laplacian, Sobel
  • frequency-space filters (Fourier transform)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Scale spaces

A
  • filter on different scales
  • wavelets: decompose signal in 2 scales -> noise reduction
  • parametrized scales space -> diffusion stops at edges (heat transport; non-linear diffusion; …)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Non local means

A
  • smoothing with avgg similar intensities in a global sense
  • weigh one pixel with avg of all others
  • good smoothing effect with strong thin lines
  • complexity N^2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Validation image enhancement

A
  • test with phantom img and relevant features
  • labeled data
  • metrics = mean square error, structural similarity index
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to suppress noise and artifacts?

A

convolution, median filters, wavelet denoising, PDE filters

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