2
2
Frequency domain filtering involves modifying the frequency components of an image. Advantages
include better handling of periodic noise and more efficient computation for large filters.
Gaussian filters smooth images by reducing noise and detail. They use a kernel based on the
Gaussian function to blur the image, preserving edges better than a mean filter.
27. Describe the different types of noise and noise reduction methods.
Types include Gaussian, Salt-and-Pepper, Poisson, and Speckle noise. Reduction methods include
Spatial filtering modifies pixel values based on neighbors. Types: linear (e.g., averaging), and
non-linear (e.g., median). Used for noise reduction and edge enhancement.
Steps: model degradation, estimate degradation function, apply inverse filtering or Wiener filtering,
and post-processing.
Region growing starts with seed points and adds neighboring pixels with similar properties. It stops
Operations include erosion, dilation, opening, and closing. These shape-based operations are used
JPEG uses DCT (Discrete Cosine Transform), quantization, and entropy coding. It is a lossy method
HSI separates color into Hue (color type), Saturation (intensity of color), and Intensity (brightness). It
It identifies connected pixel regions with the same intensity. It assigns a unique label to each
36. Explain the process of digitizing an image with sampling and quantization. Illustrate with
diagrams.
Sampling divides the image into pixels; quantization assigns each pixel a value. This creates a
37. Describe the architecture of a typical image processing system with a neat block
diagram.
38. Derive the 2D Fourier Transform and explain its application in frequency domain
processing.
F(u,v) = Sum_x Sum_y f(x,y) * exp(-j2*pi(ux/M + vy/N)). It transforms an image to the frequency
39. Compare various image enhancement techniques in both spatial and frequency domain.
Spatial: histogram equalization, contrast stretching. Frequency: high-pass and low-pass filtering.
40. Discuss different types of spatial filters and give their mathematical formulations.
Types: averaging filter, Laplacian filter, Sobel filter. Example: Averaging filter kernel is a matrix of
41. Explain the role of image restoration and describe the Wiener filter technique in detail.
Restoration aims to recover the original image. Wiener filter minimizes mean square error between
42. Describe in detail the various steps of image compression. Compare JPEG and MPEG
compression.
Steps: transformation, quantization, encoding. JPEG is for still images; MPEG compresses video
43. Illustrate segmentation techniques using thresholding, edge detection, and region-based
approaches.
44. Explain the morphological operations: erosion, dilation, opening, and closing with
diagrams.
Erosion shrinks objects, dilation expands them. Opening removes small objects, closing fills small
45. Describe in detail the principles of color image processing and various color models.
It processes images in color spaces like RGB, HSV, YCbCr. It enables tasks like segmentation and
46. Explain in detail the image representation and description for object recognition.
Representation: boundary, region-based. Description: shape, color, texture features. Used in pattern
47. Discuss edge linking and boundary detection techniques with suitable examples.
Edge linking connects edge points using methods like Hough Transform or thresholding. Boundary
48. Explain restoration techniques using inverse and Wiener filtering in the presence of
noise.
Inverse filtering reverses degradation. Wiener filtering adds noise modeling to produce more
accurate restoration.
49. Discuss the applications of digital image processing in medical imaging and remote
sensing.
Medical: MRI, CT enhancement, segmentation. Remote sensing: land use mapping, environmental
50. Explain template matching technique for object detection and recognition.
Template matching compares image regions with a predefined template. It uses correlation to detect
matching areas.