0% found this document useful (0 votes)
69 views1 page

Dsip Assign 2 PDF

This document contains an assignment for a Digital Signal and Image Processing course. It includes 9 questions covering topics like Euclidean distance, image file formats, 2D convolution, low pass filtering, histogram equalization, image enhancement, edge detection, and image segmentation. Students are asked to compute distances, write notes, explain concepts, apply filters, justify statements, and provide masks. The deadline for submission is November 10, 2020.

Uploaded by

aman yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Dsip Assign 2 PDF

This document contains an assignment for a Digital Signal and Image Processing course. It includes 9 questions covering topics like Euclidean distance, image file formats, 2D convolution, low pass filtering, histogram equalization, image enhancement, edge detection, and image segmentation. Students are asked to compute distances, write notes, explain concepts, apply filters, justify statements, and provide masks. The deadline for submission is November 10, 2020.

Uploaded by

aman yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Department of Computer Engineering

Academic Year – 2020-21 (Odd Semester)


Class/ Sem /Div: BE/VII/A & B
Subject/Code: DSIP /CSC701
Assignment No. 2
Last Date of Submission: - 10/11/2020
CSC701.3: Students will be able to understand FFT and Digital Image Fundamentals

1. Compute the Euclidean Distance(D1), City-block Distance(D2) and


Chessboard distance(D3) for points p and q, where p and q be (4, 3, 4) and (3, 4, 8)
respectively. Give answer in the form of (D1, D2, D3).
2. Write short note on 4, 8 and m-connectivity.
3. Explain BMP, JPEG and TIFF file format
4. Find the 2D convolution of following signals
Image signal f(m,n) kernel h(m,n)

1 2 3 -1 -2 -1
4 5 6 0 0 0
7 8 9 1 2 1

CSC701.4: Students will be able to use the enhancement techniques for digital Image processing

5. Apply 3 * 3 Low pass filter mask on the following image so that all the 9 gray level values of image will get
changed. (Assume virtual rows and Column by repeating border pixel values)
10 10 10

40 40 40

90 90 90

6.Digital image with 8 quantization level is given below. Perform Histogram equalization.
f(x, y) = | x - y |
for x = 0 to 7
y = 0 to 7

7. Justify/Contradict the following statement


a) Enhancement does not add any extra information to the image.
b) Two different images can have same histogram
c) Point Processing Techniques are called zero memory operation

CSC701.6: Students will be able to differentiate between the advantages and disadvantages of different edge
detection techniques

8. Justify/Contradict, we cannot apply second order derivative Laplacian mask directly on image
9. What is image segmentation? Write the 3 * 3 mask for segmentation based on discontinuities, (point, line and
edge detection mask)

You might also like