Save as PDF

Opens your browser print dialog — select "Save as PDF" to download.

AL-701(GS)

B.Tech., VII Semester

Examination, December 2025

Grading System (GS)

Computer Vision

Time : Three Hours

Maximum Marks : 70

Note :

  1. (i) Attempt any five questions.

    किन्हीं पाँच प्रश्नों को हल कीजिए।

  2. (ii) All questions carry equal marks.

    सभी प्रश्नों के समान अंक हैं।

  3. (iii) In case of any doubt or dispute the English version question should be treated as final.

    किसी भी प्रकार के संदेह अथवा विवाद की स्थिति में अंग्रेजी भाषा के प्रश्न को अंतिम मान�� जायेगा।

1.

(a) Explain the key differences between Image Processing and Computer Vision. Illustrate your answer with suitable examples.

छवि प्रसंस्कारण और कम्प्यूटर विजन के बीच मुख्य अंतर समझाइए तथा उपयुक्त उदाहरणों से साथ स्पष्ट कीजिए।

(b) Perform the following numerical operations on a 3×3 image matrix:

I = [100 150 200

     50 100 150

     0 50 100]

  1. Apply contrast stretching operation with new minimum and maximum intensity range (0,255).

  2. Apply brightness enhancement by +50 intensity shift.

2.

(a) Discuss the mathematical operations performed on digital images. Explain datatype conversion with example in OpenCV.

डिजिटल छवियों पर किए जाने वाले गणितीय संचालन की चर्चा कीजिए। OpenCV में डाटाटाइप परिवर्तन को उदाहरण सहित समझाइए।

(b) Explain the process of binary image thresholding, implement adaptive thresholding numerically on a 4×4 grayscale image.

बाइनरी थ्रेशोल्डिंग की प्रक्रिया समझाइए और 4×4 ग्रेस्केल छवि पर एडेप्टिव थ्रेशोल्डिंग का संख्यात्मक उदाहरण दीजिए।

3.

(a) Describe morphological operations- Erosion and Dilation. Show the result of dilation on the binary image.

I = [0 1 0

     1 1 1

     0 1 1]

Using structuring element

B = [1 1

     1 1]

मॉर्फोलॉजिकल संचालन-इरोजन और डाइलेशन को समझाइए तथा दिए गए बाइनरी इमेज पर डाइलेशन का परिणाम बताइये।

I = [0 1 0

     1 1 1

     0 1 1]

संरचनात्मक तत्व का उपयोग करते हुए-

B = [1 1

     1 1]

(b) What is Contour Analysis? How can contours be used for object shape recognition?

कंटूर विश्लेषण क्या है? ऑब्जेक्ट शेप रिकग्निशन के लिए कंटूर का उपयोग कैसे किया जा सकता है?

4.

(a) Explain different types of color spaces and their transformation equations (RGB→HSV, RGB→LAB).

विभिन्न कलर स्पेस तथा उनके रूपांतरण समीकरण (RGB→HSV, RGB→LAB) को समझाइए।

(b) Numerically compute Histogram Equalization for an image having pixel intensities.

दिए गए पिक्सेल मानों के लिए हिस्टोग्राम इक्वलाइजेशन की गणना कीजिए।

[52, 58, 61, 66, 70, 61, 64, 73]

5.

(a) Compare Image Filtering methods Box blur, Gaussian blur and Median blur with help of example.

उदाहरण की सहायता से छवि फ़िल्टरिंग विधियाँ बॉक्स ब्लर, गॉसियन ब्लर और मीडियन ब्लर की तुलना करें।

(b) Derive the Sobel operator used for gradient calculation and show its effect on a sample 3×3 image.

ग्रेडिएंट गणना के लिए उपयोग किए जाने वाले सोबेल ऑपरेटर को व्युत्पन्न करें और एक नमूना 3×3 छवि पर इसका प्रभाव दिखाएँ।

6.

(a) Differentiate between first order and second order derivative filters with mathematical examples.

प्रथम क्रम तथा द्वितीय क्रम व्युत्पन्न फिल्टर के बीच अंतर गणितीय उदाहरण सहित बताएँ।

(b) Discuss various object detection techniques in Computer Vision with suitable examples.

कम्प्यूटर विजन में उपयोग होने वाली ऑब्जेक्ट डिटेक्शन तकनीकों की चर्चा उदाहरण सहित कीजिए।

7.

(a) Explain the process of Gesture Recognition using OpenCV and Deep Learning.

OpenCV और डीप लर्निंग का उपयोग करके जेस्चर रिकग्निशन की प्रक्रिया समझाइए।

(b) Explain Motion Estimation and Object Tracking algorithms with help of examples.

उदाहरणों की सहायता से मोशन एस्टीमेशन और ऑब्जेक्ट ट्रैकिंग एल्गोरिदम की व्याख्या करें।

8.

Write a short note on any two:

  1. CLAHE (Contrast Limited Adaptive Histogram Equalization)

  2. Image Segmentation

  3. Connected Component Analysis

  4. Applications of Deep Learning in Computer Vision

किन्हीं दो पर संक्षिप्त टिप्पणी लिखिए-

  1. CLAHE (कंट्रास्ट लिमिटेड एडेप्टिव हिस्टोग्राम इक्वलाइजेशन)

  2. छवि विभाजन

  3. कनेक्टेड घटक विश्लेषण

  4. कम्प्यूटर विजन में डीप लर्निंग के अनुप्रयोग