Unit5 - Subjective Questions

INT345 • Practice Questions with Detailed Answers

1

Discuss the importance of color in computer vision applications. How does it enhance object recognition compared to grayscale images?

2

Explain the RGB and HSV color models. Why is the HSV color space often preferred over RGB in computer vision tasks like object tracking?

3

Describe the CMY and CMYK color models. What is the mathematical relationship between RGB and CMY?

4

Derive or state the standard mathematical formula for converting an RGB image to a grayscale intensity image. Explain the significance of the specific weights used in the formula.

5

Detail the algorithmic steps to convert a pixel from the RGB color space to the HSV color space.

6

What is color augmentation in computer vision? List and explain three common color augmentation techniques used to train deep learning models.

7

Define color constancy. Why is achieving color constancy a computationally challenging problem in computer vision?

8

Explain the 'Grey World' and 'White Patch' algorithms used for achieving computational color constancy.

9

What are range images? Distinguish between a 2D intensity image and a 3D range image based on what their pixel values represent.

10

Describe the basic concept of Active Range Sensors. List the three broad categories of active range sensing techniques.

11

Explain the working principle of a Time-of-Flight (ToF) range sensor. Derive the fundamental equation used to calculate the distance.

12

How does a Structured Light scanner acquire a range image? Explain how it solves the correspondence problem inherent in stereo vision.

13

What are the common sources of noise in range images acquired by active sensors? Mention two preprocessing techniques to mitigate them.

14

Explain the process of point cloud/range image filtering using Statistical Outlier Removal (SOR).

15

Discuss the application of range data in autonomous robotics and navigation. How does it improve upon traditional 2D vision?

16

How are range images utilized in 3D object modeling and biometric face recognition?

17

What is the tristimulus theory of color perception? How does this biological concept form the basis of the RGB color model in computer vision?

18

Explain the principle of active triangulation used in laser scanners for depth measurement. Provide the mathematical formulation to calculate depth.

19

Compare Time-of-Flight (ToF) sensors and Structured Light sensors. Discuss their advantages and disadvantages for acquiring range images.

20

What is the Retinex theory in the context of color constancy? Briefly explain how Retinex algorithms attempt to restore true colors.