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

Assignment 2 - Image Processing and Pattern Analysis

The document is an assignment for an Image Processing and Pattern Analysis course. It contains 5 questions about topics like the discrete Fourier transform, inverse discrete Fourier transform, 2D Haar transform, region growing algorithm, and K-nearest neighbors algorithm.

Uploaded by

Vikram Thapa
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)
17 views1 page

Assignment 2 - Image Processing and Pattern Analysis

The document is an assignment for an Image Processing and Pattern Analysis course. It contains 5 questions about topics like the discrete Fourier transform, inverse discrete Fourier transform, 2D Haar transform, region growing algorithm, and K-nearest neighbors algorithm.

Uploaded by

Vikram Thapa
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

School of Computer Science Assignment 2

UNIVERSITY OF PETROLEUM & ENERGY STUDIES, DEHRADUN


Program B.Tech. Semester V

Course Image Processing and Pattern Analysis Course CSEG 3041 P


Code

SN Questions COs Marks


1 Determine the 2D discrete Fourier transform (DFT) of the image as shown below: CO3 10
2 2 2 2
2 2 2 2
2 2 2 2
2 2 2 2
2 Given 𝑥(𝑛) = {1,2, 3, 4}, determine 𝑋(𝑘) using DIT-FFT. CO3 10

3 Determine 2D Haar transform of the image as shown below: CO3 10


1 2 2 3
4 5 6 7
1 2 3 7
8 2 8 1
4 For the given image, write the output image after performing the region growing algorithm CO4 10
with the seed point 8 and threshold value 4.

2 1 8 9 8
1 2 9 10 9
1 1 8 10 9
1 2 9 9 10
2 3 9 9 10

5 Explain the K-NN algorithm. List the advantages and disadvantages of this algorithm. CO4 10

You might also like