You are on page 1of 1

COMSATS University Islamabad (Lahore Campus)

□Sessional-1 □ Sessional-II √ Terminal Examination – Spring 2020

Course Title: Computer Vision Course Code: CSC462 Credit 3(2,1)


Course Instructor/s: Dr. Zeeshan Gillani Programme BCS, BSE
Semester: 7th Batch: FA17, SP18 Section: Name:
A,B,C Date:
Time Allowed: 60 Minutes Maximum Marks: 25
Student’s Name: Reg.
Important Instructions / Guidelines:
a. Start with prayer.
b. 50 Mins to solve the paper+10 Mins to Upload = 60 Mins
c. Attempt your own exam

Question no 1: Explain with example how image enhancement can potentially improve image
classification accuracy. . [5]

Question no 2: Write a code in python to extract basic statistical features (min, max, median, SD,) to
pass as features to image classification problem. [10]

Question no 3: Apply region growing algorithm on the image given below. Initial seed S1 and S2 are
highlighted in yellow color. The threshold is T <=4. [10]

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

You might also like