Lecture 2 - Image Formation: Enhancements Flashcards

1
Q

What are the primary components of a digital image formation system?

A

Light source, object, lens, image sensor, and image processor.

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

Define “sampling” in the context of digital image formation.

A

Sampling is the process of converting a continuous image signal into a discrete signal by measuring the image intensity at regular intervals (pixels).

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

Explain the concept of “quantization” in image processing.

A

Quantization is the process of mapping a large set of input values to a smaller set, such as rounding off pixel intensity values to the nearest integer in digital images.

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

What is the difference between CCD and CMOS camera technologies?

A

CCD (Charge-Coupled Device) and CMOS (Complementary Metal Oxide Semiconductor) are two types of image sensors. CCD sensors are known for their high image quality and low noise, while CMOS sensors are typically more power-efficient and faster.

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

Describe the effect of sampling on image distortion.

A

Coarse sampling can lead to loss of detail in images, making edges and corners less recognizable, whereas fine sampling preserves more details but requires more storage and processing power.

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

Explain the concept of “aliasing” in the context of image sampling.

A

Aliasing occurs when a signal is undersampled, causing different signals to become indistinguishable (or aliasing into each other), resulting in artifacts such as moiré patterns in images.

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

Define “low-pass filtering” and its purpose in noise suppression.

A

Low-pass filtering allows low-frequency signals to pass while attenuating high-frequency noise, thereby smoothing the image and reducing noise.

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

What is “median filtering” and its advantage in noise suppression?

A

Median filtering is a non-linear process that replaces each pixel value with the median value of the intensities in its neighborhood, effectively removing noise while preserving edges.

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

Describe the process of “deblurring” an image.

A

Deblurring involves techniques such as inverse filtering or Wiener filtering to reverse the effects of blurring in an image, often caused by camera shake or motion.

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

What is “histogram equalization” in contrast enhancement?

A

Histogram equalization is a technique that adjusts the contrast of an image by redistributing the intensity values so that they span the entire range of possible values, leading to a more uniform histogram.

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

Explain the principle of “anisotropic diffusion” for image enhancement.

A

Anisotropic diffusion is a process that smooths images while preserving edges by performing Gaussian smoothing within regions of homogeneous intensity and avoiding smoothing across edges.

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

What are the effects of under-quantization on image quality?

A

Under-quantization reduces the number of intensity levels in an image, leading to visible banding and loss of smooth gradients, negatively affecting the perceptual quality.

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

Write the formula for the Fourier Transform used in image processing.

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

Provide the formula for the Inverse Fourier Transform.

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

What is the convolution theorem in the context of Fourier transforms?

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

Write the formula for the Wiener filter used in deblurring.

A
17
Q

How does increasing the bit depth of an image affect its quality?

A

Increasing the bit depth improves the dynamic range and reduces quantization noise, leading to better representation of subtle intensity variations and overall image quality.

18
Q

What are the main differences between Gaussian smoothing and median filtering?

A

Gaussian smoothing is a linear filter that reduces noise by averaging pixel values with a Gaussian-weighted kernel, while median filtering is a non-linear filter that replaces each pixel value with the median value in its neighborhood, better preserving edges.

19
Q

Explain the role of the Point Spread Function (PSF) in image blurring.

A

The PSF describes the response of an imaging system to a point source or point object. It characterizes how the system blurs the image, and is used in deblurring algorithms to reverse the blurring effect.

20
Q

Describe the process and benefit of using anisotropic diffusion in image enhancement.

A

Anisotropic diffusion enhances images by smoothing within regions of similar intensity while preserving edges, thus reducing noise and maintaining important structural details.

21
Q

Why is it important to avoid aliasing in the sampling process, and how can it be achieved?

A

Aliasing causes distortions and artifacts in the sampled image. It can be avoided by ensuring the sampling rate is high enough (above the Nyquist rate) and by using anti-aliasing filters to remove high-frequency content before sampling.

22
Q

What is the significance of the Modulation Transfer Function (MTF) in image processing?

A

The MTF measures the ability of an imaging system to reproduce (transfer) various levels of detail (spatial frequencies) from the object to the image. It is crucial for understanding and improving image sharpness and clarity.

23
Q

How does histogram equalization improve image contrast?

A

Histogram equalization redistributes the intensity values of an image to span the entire available range, thus enhancing the contrast and making features more distinguishable.

24
Q

What is the impact of using a non-local means filter for noise reduction?

A

Non-local means filtering reduces noise by averaging pixel values based on the similarity of their neighborhoods, preserving textures and details better than traditional local averaging methods.

25
Q

Explain the principle of unsharp masking and its use in image enhancement.

A

Unsharp masking enhances image sharpness by subtracting a blurred version of the image from the original, emphasizing edges and fine details.

26
Q

How does the choice of filter size affect the results of Gaussian smoothing?

A

Larger filter sizes result in more smoothing, reducing noise but also potentially blurring important details. Smaller filter sizes preserve details but may not adequately suppress noise.

27
Q

Describe the trade-off between noise suppression and detail preservation in image enhancement.

A

Effective noise suppression often results in loss of fine details, while preserving details may leave some noise in the image. The goal is to find a balance that minimizes noise without significantly degrading important image features.

28
Q

What are the challenges associated with inverse filtering in image deblurring?

A

Inverse filtering can amplify noise and is sensitive to errors in the estimated degradation function. It often requires regularization techniques to stabilize the solution and reduce artifacts.