Lecture 2 - Image Formation: Enhancements Flashcards
What are the primary components of a digital image formation system?
Light source, object, lens, image sensor, and image processor.
Define “sampling” in the context of digital image formation.
Sampling is the process of converting a continuous image signal into a discrete signal by measuring the image intensity at regular intervals (pixels).
Explain the concept of “quantization” in image processing.
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.
What is the difference between CCD and CMOS camera technologies?
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.
Describe the effect of sampling on image distortion.
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.
Explain the concept of “aliasing” in the context of image sampling.
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.
Define “low-pass filtering” and its purpose in noise suppression.
Low-pass filtering allows low-frequency signals to pass while attenuating high-frequency noise, thereby smoothing the image and reducing noise.
What is “median filtering” and its advantage in noise suppression?
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.
Describe the process of “deblurring” an image.
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.
What is “histogram equalization” in contrast enhancement?
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.
Explain the principle of “anisotropic diffusion” for image enhancement.
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.
What are the effects of under-quantization on image quality?
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.
Write the formula for the Fourier Transform used in image processing.
Provide the formula for the Inverse Fourier Transform.
What is the convolution theorem in the context of Fourier transforms?