0% found this document useful (0 votes)
9 views2 pages

ICT 4031 T1 Descriptive

This document is a descriptive question paper for the First Sessional Test in October 2023 for the B.Tech (CSE) program at Manipal Academy of Higher Education, Dubai Campus. It includes instructions for candidates, a set of questions related to computer vision, and marks allocation for each question. The test covers topics such as 2D transformations, the limitations of pinhole cameras, MATLAB functions, and convolution operations.

Uploaded by

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

ICT 4031 T1 Descriptive

This document is a descriptive question paper for the First Sessional Test in October 2023 for the B.Tech (CSE) program at Manipal Academy of Higher Education, Dubai Campus. It includes instructions for candidates, a set of questions related to computer vision, and marks allocation for each question. The test covers topics such as 2D transformations, the limitations of pinhole cameras, MATLAB functions, and convolution operations.

Uploaded by

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

MANIPAL ACADEMY OF HIGHER EDUCATION, DUBAI CAMPUS

SCHOOL OF ENGINEERING & IT


FIRST SESSIONAL TEST – OCTOBERL 2023

DESCRIPTIVE QUESTION PAPER

Program / Branch: B.Tech (CSE) Semester: VII

Course: Computer Vision Course Code: ICT 4031

TIME: 45 minutes. DATE: 24-10-2023 MAX.MARKS: 20

Instructions to the candidate:


 Answer all questions.

Part B: Short and Long Answer Questions Mark CLOs


s
1 If original image f(x,y) & two of its transformed versions f1(x,y) & f2(x,y) are as 5M CLO1
shown in Figure below, determine the expressions for transformed images in-terms
of f(x,y) by performing 2D transformations.

Note (Following points are just for reference):


1. Translation to the left by 50: f(x+50, y)
2. Translation downwards by 100: f(x, y-100)
3. Scaling down or compression by factor 2 horizontally: f(2x, y)
4. Scaling down or compression by factor 2 vertically: f(x,2y)
5. Reversal or Flip in the horizontal direction: f(-x,y)
6. Translation precedes scaling & reversal operations
7. Axis may be used to judge the dimension of the image

2 Consider a scenario where you are tasked with capturing high-quality images of 4M CLO 1
distant wildlife in the wild. How would the limitations of a pinhole camera model
impact your ability to achieve this goal, and how could the use of a lens-equipped
camera help overcome this challenge.

ICT 4031 Page 1 of 2


3 Describe the operation of the following MATLAB functions used for computer
vision, along with their respective syntaxes.
(3x2) CLO1
A) IMTRANSFORM
B) DETECTHARRISFEATURES &
C) CONVN
CLO2
4 Compute the unknown pixel values of Edge image (Fig 2C) marked as A, B & C by 5M CLO2
performing convolution between Image matrix (Fig 2A) & Prewit gradient operator
(Fig 2B). Comment on dimension of the convolved output (Fig 2C). Pad zeros to
increase the dimension of Image matrix.

ICT 4031 Page 2 of 2

You might also like