1
1
arranged in a grid. Digital image processing involves the use of computer algorithms to perform
Analog images are continuous images such as photographs, while digital images are discrete and
Sampling is the process of converting a continuous image into a digital image by taking samples.
Quantization assigns each sample a discrete value. For example, a grayscale image with 256
Spatial resolution refers to the number of pixels used to represent an image. Intensity resolution
refers to the number of bits used to represent the intensity of each pixel.
An image histogram is a graphical representation of the tonal distribution in an image. It plots the
Image contrast refers to the difference in intensity between the darkest and lightest parts of an
Common noise models include Gaussian noise, Salt-and-Pepper noise, Poisson noise, and Speckle
Gaussian noise is statistical noise with a probability density function equal to that of the normal
Histogram equalization is a technique to enhance image contrast by spreading out the most
Steps include image sharpening, contrast enhancement, smoothing, and edge enhancement using
spatial filters.
Linear filters use a linear combination of pixel values (e.g., averaging), while non-linear filters (e.g.,
Median filtering is a non-linear technique used to remove noise, especially Salt-and-Pepper noise,
Convolution involves applying a kernel (matrix) over an image, multiplying overlapping values, and
The Fourier Transform converts spatial domain images to frequency domain, making it easier to
The Sobel operator uses two 3x3 kernels to detect horizontal and vertical edges by calculating the
A color image is composed of multiple channels, typically red, green, and blue. Color models include
Lossless compression retains all image data (e.g., PNG), while lossy compression (e.g., JPEG)
Thresholding converts grayscale images into binary images by setting a threshold value. Pixels
above the threshold are set to one value; others are set to another.
21. Describe the fundamental steps involved in digital image processing.
Transformations include translation, scaling, rotation, and affine transformations to alter image
geometry.
Histogram equalization enhances contrast by redistributing the image histogram to span the full
range of intensities.
F(u,v) = Sumx=0 to M-1 Sumy=0 to N-1 f(x,y) * e^(-j2pi(ux/M + vy/N)). It transforms the spatial