Unit3 - Subjective Questions

INT345 • Practice Questions with Detailed Answers

1

Explain the fundamental concepts of Epipolar Geometry. Define epipole, epipolar line, and epipolar plane.

2

State and explain the epipolar constraint equation using the Fundamental Matrix.

3

Define the Fundamental Matrix. What are its key mathematical properties?

4

Distinguish between the Fundamental Matrix () and the Essential Matrix ().

5

Describe the basic (unnormalized) 8-point algorithm for estimating the Fundamental Matrix.

6

Why is data normalization required before applying the 8-point algorithm? Explain the steps of the Normalized 8-point algorithm.

7

Derive or construct the transformation matrix used for data normalization in the normalized 8-point algorithm.

8

Explain the Algebraic Minimization Algorithm (using SVD) for solving homogeneous linear equations like in Computer Vision.

9

What is Geometric Distance Computation in the context of Fundamental Matrix estimation? Explain the Sampson error.

10

Compare Algebraic Error minimization and Geometric Distance minimization in estimating the Fundamental Matrix.

11

Explain the concept of Camera Motion (Ego-motion) and how it relates to 3D reconstruction.

12

Describe the common 2D motion models (Translation, Rigid, Affine, Projective) used in computer vision. State their degrees of freedom.

13

Define Optical Flow and derive the Optical Flow constraint equation (Brightness Constancy Equation).

14

Explain the Lucas-Kanade method for computing optical flow. What assumptions does it make?

15

Discuss the Aperture Problem in optical flow and how local methods attempt to solve it.

16

How does the Horn-Schunck method differ from the Lucas-Kanade method in calculating optical flow?

17

Explain the Linear Triangulation method for 3D reconstruction. Provide the underlying mathematical formulation.

18

Detail the steps to solve the linear triangulation problem using the Direct Linear Transformation (DLT) approach.

19

Why is the linear triangulation method sometimes suboptimal? Distinguish between algebraic and geometric errors in triangulation.

20

Summarize the complete pipeline for Sparse 3D Reconstruction from two stereo images.