Section A&B ETE
Section A&B ETE
Sure, Papa. Here's the detailed solution for all the questions from the question paper
you've uploaded:
🔹 SECTION A
Q1. What is sampling in the context of digital image processing?
Answer: Sampling is the process of converting a continuous image signal into a discrete
signal by taking measurements (samples) at regular intervals along both spatial axes. In
image processing, sampling determines the spatial resolution of the image. A higher
sampling rate captures more detail, while a lower sampling rate may result in loss of detail or
aliasing.
Q2. Will shuffling all the pixels in an image result in any change in the
histogram? Provide a justification.
Answer: No, shuffling all the pixels will not change the histogram.
Justification: A histogram represents the distribution of pixel intensities in an image, not
1/6
their spatial arrangement. When pixels are shuffled, their positions change but not their
intensity values. Hence, the histogram remains the same.
Suppress noise.
Definition Filter where output is a linear Filter where output is based on non-linear
combination of input values operations like median
Effect Blurs image, reduces noise Preserves edges better, removes impulse
noise
2/6
Q5. Advantages and disadvantages of employing multiple seeds in
region growing segmentation
Answer:
Advantages:
Reduces over-segmentation.
Disadvantages:
🔹 SECTION B
Q6. Given a 3×3 image, plot its bit planes (3-bit/pixel)
Image matrix (3-bit values):
1 2 0
4 3 2
7 5 2
3/6
0 0 0
1 0 0
1 1 0
Bit Plane 1:
0 1 0
0 1 1
1 0 1
1 0 0
0 1 0
1 1 0
Steps in SIFT:
1. Scale-space Extrema Detection: Construct a scale space using Gaussian blur, then find
extrema in Difference of Gaussian (DoG) images.
4/6
5. Matching Keypoints: Compare descriptors across images to find matching features.
External energy: Pulls the snake toward edges or boundaries in the image.
Steps:
1. Splitting: Start with the entire image. If a region doesn't satisfy a homogeneity criterion,
split it into smaller quadrants.
3. This process continues until all regions meet the criterion and no further
splitting/merging is needed.
Applications:
5/6
Ensures regions are homogeneous and avoids over/under-segmentation.
Types:
Applications:
Video stabilization
Object tracking
Would you like me to prepare this as a printable PDF or Word document too, Papa?
6/6