ETV-PRO

Image Processing Exam Questions And Solutions -

10 12 14 12 10 14 14 14 10 Flatten: [10,12,14,12,10,14,14,14,10] Sorted: [10,10,10,12,12,14,14,14,14] Median (5th value) =

Output pixel = Q6. Perform histogram equalization on a 4-bit image (0-15) with histogram: Gray level: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Frequency: 2 0 1 0 1 0 2 0 0 0 1 0 0 0 1 0 Total pixels = 8 Image Processing Exam Questions And Solutions

Sobel operator approximates gradient using two 3×3 masks: 10 12 14 12 10 14 14 14

c) Median filtering – it is a spatial operation using a neighborhood, not a point operation. Q2. In a 3×3 median filter applied to a grayscale image, the output pixel value is: a) Mean of the 9 neighbors b) Middle value after sorting the 9 neighbors c) Most frequent value d) Weighted sum of neighbors In a 3×3 median filter applied to a

Extract 3×3 neighborhood around row3,col3 (value=10) – rows 2-4, cols 2-4 (1-indexed):

10 10 20 10 10 20 10 10 20 Gx convolution at center: (-1×10)+(0×10)+(+1×20) + (-2×10)+(0×10)+(+2×20) + (-1×10)+(0×10)+(+1×20) = (-10+0+20) + (-20+0+40) + (-10+0+20) = 10 + 20 + 10 = 40. Gy = 0 (uniform vertically). Magnitude = 40 → strong vertical edge. Q8. Convolution and correlation are identical operations in image processing. Solution: False. In convolution, the kernel is flipped (rotated 180°) before applying; correlation does not flip.

0
    0
    Your Cart
    Your cart is emptyReturn to Shop