Digital Image Processing

Digital Image Processing

Quiz # 3

Program: BSCS

Instructions

  • Copy Paste from the book, research paper, web site or other students, etc., in answer to any question, will not be accepted, and MAY result in zero credit for the question. Give answers to questions in your own words.
  • Total points for this quiz are 10.

Q NO: 1 Consider the following image F(x,y), masks W(x,y) and G (x,y).

3

4

2

5

0

5

2

0

4

F(x,y)

-1

-2

-1

0

0

0

1

2

1

W(x,y)

1

2

1

0

0

0

-1

-2

-1

G(x,y)

Perform the following operations

  1. I(x,y) = F(x,y) .W(x,y) (3)
  2. H(x,y) = F(x,y) * G(x,y) (3)
  3. Perform median Filtering on F(x,y) using 3x3 window (2)
  4. Perform averaging Filtering on F(x,y) using 3x3 window (2)