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

COMSATS University Islamabad (Lahore Campus) : Sessional-1 Sessional-II Terminal Examination - Spring 2020

This document contains instructions and questions for a computer vision terminal examination. It includes 3 questions: 1) Explain with an example how image enhancement can improve image classification accuracy (5 marks). 2) Write Python code to extract basic statistical features like min, max, median, and standard deviation to pass to an image classifier (10 marks). 3) Apply region growing segmentation to the given 5x5 pixel image using initial seed points S1 and S2 and threshold T<=4 (10 marks). The instructions specify the time limit, uploading time, and to start with a prayer.

Uploaded by

ahmad
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)
66 views1 page

COMSATS University Islamabad (Lahore Campus) : Sessional-1 Sessional-II Terminal Examination - Spring 2020

This document contains instructions and questions for a computer vision terminal examination. It includes 3 questions: 1) Explain with an example how image enhancement can improve image classification accuracy (5 marks). 2) Write Python code to extract basic statistical features like min, max, median, and standard deviation to pass to an image classifier (10 marks). 3) Apply region growing segmentation to the given 5x5 pixel image using initial seed points S1 and S2 and threshold T<=4 (10 marks). The instructions specify the time limit, uploading time, and to start with a prayer.

Uploaded by

ahmad
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/ 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