Unit 3 - Practice Quiz

INT345 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 What is an epipole in a stereo camera setup?

epipolar geometry Easy
A. The focal point of the camera lens
B. The point of intersection of two epipolar lines in 3D space
C. The 3D point being projected onto the image planes
D. The intersection of the baseline connecting the two camera centers with the image plane

2 Which geometric entity contains the two camera centers and the observed 3D point?

epipolar geometry Easy
A. Image plane
B. Epipolar plane
C. Principal plane
D. Focal plane

3 What is the line formed by the intersection of the epipolar plane and the image plane called?

epipolar geometry Easy
A. Principal axis
B. Epipolar line
C. Baseline
D. Horizon line

4 What are the dimensions of the fundamental matrix ?

fundamental matrix Easy
A.
B.
C.
D.

5 The fundamental matrix maps a point in one image to which geometric entity in the second image?

fundamental matrix Easy
A. An epipolar plane
B. An epipole
C. A single corresponding point
D. An epipolar line

6 What is the rank of a standard fundamental matrix?

fundamental matrix Easy
A. 3
B. 2
C. 1
D. 4

7 What is the minimum number of point correspondences required to compute the fundamental matrix using the 8-point algorithm?

normalized 8-point algorithm Easy
A. 8
B. 7
C. 5
D. 9

8 What is the primary purpose of data normalization in the normalized 8-point algorithm?

normalized 8-point algorithm Easy
A. To improve numerical stability and accuracy of the estimation
B. To convert color images to grayscale
C. To align the two cameras parallel to each other
D. To remove optical distortion from the lenses

9 In algebraic minimization algorithms for estimating the fundamental matrix, which mathematical tool is typically used to find the least squares solution to ?

algebric minimization algorithm Easy
A. Fourier Transform
B. Laplacian of Gaussian
C. Singular Value Decomposition (SVD)
D. Hough Transform

10 Algebraic minimization minimizes an algebraic error (like ). Why is this sometimes less preferred than geometric minimization?

algebric minimization algorithm Easy
A. It cannot be solved using linear algebra
B. It does not have a direct physical or geometric meaning in the image space
C. It requires thousands of point correspondences
D. It only works for video sequences, not still images

11 In fundamental matrix estimation, what does the geometric distance typically measure?

geometric distance computation Easy
A. The perpendicular distance from points to their corresponding epipolar lines
B. The distance from the object to the camera lens
C. The focal length of the cameras
D. The distance between the two camera centers

12 What is the Sampson error used for in stereo vision?

geometric distance computation Easy
A. It is a first-order approximation of the geometric error
B. It is used to calculate the focal length of a camera
C. It defines the distance between the two optical centers
D. It measures the lens distortion of the camera

13 How many degrees of freedom does a general rigid camera motion (rotation and translation) have in 3D space?

camera motion Easy
A. 9
B. 3
C. 6
D. 4

14 If a camera undergoes pure forward translation, what is the point in the image where all motion vectors seem to originate?

camera motion Easy
A. Optical Center
B. Vanishing Point
C. Epipole
D. Focus of Expansion (FOE)

15 Which motion model only accounts for horizontal and vertical shifts between image frames?

motion models Easy
A. Affine model
B. Translational model
C. Perspective model
D. Quadratic model

16 How many parameters are required to fully define a 2D affine motion model?

motion models Easy
A. 4
B. 8
C. 2
D. 6

17 What does optical flow represent in computer vision?

optical flow Easy
A. The apparent motion of pixels between consecutive image frames
B. The amount of light entering the camera aperture
C. The flow of data from the camera sensor to the processor
D. The speed at which the camera shutter closes

18 What is the primary assumption used to derive the standard optical flow equation?

optical flow Easy
A. Color constancy
B. Zero camera rotation
C. Rigid body structure
D. Brightness constancy

19 What is the primary goal of the linear triangulation method?

Linear triangulation method Easy
A. To determine the 3D coordinates of a point from its 2D projections in multiple images
B. To segment an image into triangles for processing
C. To calibrate the intrinsic parameters of a camera
D. To calculate the optical flow between two frames

20 The linear triangulation method reformulates the projection equations into a system of the form . How is the solution for the 3D point typically found?

Linear triangulation method Easy
A. By taking the cross product of the rows of
B. By finding the eigenvector associated with the smallest eigenvalue of using SVD
C. By setting to the origin
D. By simply adding all the elements of matrix

21 In a stereo vision setup, if the epipole of the second camera is located at infinity, what does this imply about the physical camera configuration?

epipolar geometry Medium
A. The focal lengths of both cameras are zero.
B. The optical axes of the two cameras are orthogonal.
C. The image planes of the two cameras are perfectly parallel to the translation vector.
D. The two cameras are undergoing pure rotation with no translation.

22 Given a point in the first image, its corresponding epipolar line in the second image is defined by the fundamental matrix . Which of the following correctly represents this relationship?

epipolar geometry Medium
A.
B.
C.
D.

23 Which of the following describes the necessary mathematical properties of a valid Fundamental Matrix ?

fundamental matrix Medium
A. It has rank 2 and its determinant is strictly 0.
B. It is an orthogonal matrix where .
C. It has rank 3 and its determinant is non-zero.
D. It must be symmetric and positive definite.

24 If is the epipole in the second image and is the fundamental matrix, which of the following equations holds true?

fundamental matrix Medium
A.
B.
C.
D.

25 How many degrees of freedom does a fundamental matrix possess?

fundamental matrix Medium
A. 5
B. 9
C. 7
D. 8

26 Why is the normalization step crucial in the normalized 8-point algorithm for computing the fundamental matrix?

normalized 8-point algorithm Medium
A. It improves the condition number of the linear system, preventing numerical instability and reducing noise sensitivity.
B. It ensures the resulting fundamental matrix has exactly rank 2 without needing Singular Value Decomposition (SVD).
C. It automatically filters out outliers and mismatched feature points.
D. It converts the fundamental matrix into an essential matrix.

27 In the data normalization step of the normalized 8-point algorithm, what is the standard target mean and average distance from the origin for the transformed image points?

normalized 8-point algorithm Medium
A. Mean at and average distance of .
B. Mean at and average distance of .
C. Mean at and maximum distance of 1.
D. Mean at and average distance of 1.

28 When estimating the fundamental matrix, algebraic minimization involves formulating a system . How is the non-trivial least-squares solution subject to typically found?

algebric minimization algorithm Medium
A. By taking the eigenvector corresponding to the largest eigenvalue of .
B. By taking the eigenvector corresponding to the smallest eigenvalue of .
C. By calculating the inverse of matrix .
D. By performing a Cholesky decomposition on .

29 What is a major limitation of strictly minimizing the algebraic error when estimating a fundamental matrix, before applying any rank enforcement?

algebric minimization algorithm Medium
A. The resulting matrix will always be the identity matrix.
B. It requires exactly 7 points and cannot handle overdetermined systems.
C. It intrinsically assumes the cameras are fully calibrated.
D. The resulting matrix may not have rank 2, thus failing to represent valid epipolar geometry.

30 In robust fundamental matrix estimation, the Sampson error is often used instead of the exact Symmetric Epipolar Distance. Why is this?

geometric distance computation Medium
A. The Sampson error is exactly equal to the reprojection error in 3D.
B. The Sampson error enforces the rank 2 constraint automatically.
C. The Sampson error provides a excellent first-order approximation to the geometric error while being much cheaper to evaluate.
D. The Sampson error requires no camera calibration.

31 The Symmetric Epipolar Distance for a given point correspondence and a fundamental matrix measures which of the following?

geometric distance computation Medium
A. The angular error between the two optical axes.
B. The sum of squared perpendicular distances from to and from to .
C. The Euclidean distance between and in the image plane.
D. The distance between the camera centers in 3D space.

32 If a camera undergoes pure rotational motion around its optical center, how can the relationship between the two resulting views be best described?

camera motion Medium
A. The transformation depends entirely on the depth of the scene points.
B. Epipolar lines converge at the center of the image.
C. The fundamental matrix has a rank of 3.
D. The transformation can be completely modeled by a 2D homography, independent of scene depth.

33 In the presence of forward translational camera motion along the optical axis, where is the Focus of Expansion (FOE) located in the image?

camera motion Medium
A. At infinity, making all flow vectors parallel.
B. At the vanishing line of the ground plane.
C. Outside the bounds of the image plane completely.
D. At the epipole in the image plane.

34 Which parameterized 2D motion model accounts for translation, rotation, scale, and shear, requiring exactly 6 parameters?

motion models Medium
A. Affine motion model
B. Projective (Homography) model
C. Translational model
D. Similarity (Scaled rigid) model

35 When applying a local translational motion model for tracking features in a small window, what fundamental assumption is being made?

motion models Medium
A. The pixels in the window undergo distinct affine transformations.
B. The optical flow vectors strictly point towards the epipole.
C. The scene depth varies rapidly within the window.
D. All pixels in the window share the exact same displacement vector .

36 The brightness constancy constraint equation for optical flow is given by . What is the primary mathematical reason this equation cannot be solved for at a single pixel?

optical flow Medium
A. It represents a single linear equation with two unknowns, creating an underdetermined system.
B. The temporal derivative is always zero in static environments.
C. Image gradients and are undefined at object boundaries.
D. It is a non-linear equation requiring iterative optimization.

37 How does the Lucas-Kanade optical flow method overcome the aperture problem?

optical flow Medium
A. By adding a global smoothness constraint across the entire image.
B. By assuming the flow vector is constant over a local neighborhood of pixels and solving a least-squares problem.
C. By utilizing a multi-scale image pyramid to detect large motions.
D. By applying a Gaussian blur to eliminate image noise before processing.

38 Unlike the Lucas-Kanade method, the Horn-Schunck method calculates optical flow by:

optical flow Medium
A. Tracking discrete corner features using a local translational model.
B. Ignoring the brightness constancy assumption entirely.
C. Using epipolar geometry to restrict flow vectors to 1D lines.
D. Introducing a global smoothness penalty term to solve for a dense flow field.

39 In the Direct Linear Transformation (DLT) approach to linear triangulation, a 3D point is reconstructed from projections and by setting up . How are the equations for matrix originally derived?

Linear triangulation method Medium
A. Using the dot product of the camera projection matrices and .
B. By converting the fundamental matrix into an essential matrix.
C. Using the cross product relation to eliminate the unknown scale factor.
D. By minimizing the reprojection error directly in the image plane.

40 Why is the Linear Triangulation (DLT) method often considered to produce mathematically suboptimal 3D point estimates in the presence of noise?

Linear triangulation method Medium
A. It minimizes an algebraic error in projective space rather than a physically meaningful geometric reprojection error.
B. It restricts the 3D points to lie strictly on the baseline connecting the camera centers.
C. It requires exactly 3 camera views to function properly.
D. It assumes the cameras are completely uncalibrated, which introduces scaling ambiguities.

41 Suppose two cameras are set up such that the second camera's optical center is derived from the first by a pure translation strictly along the optical Z-axis (forward motion). Which of the following statements correctly describes the resulting epipolar geometry?

epipolar geometry Hard
A. The epipoles are located at infinity, and the epipolar lines are parallel to each other in both image planes.
B. The epipolar lines form a set of concentric circles around the principal point in both image planes.
C. The fundamental matrix evaluates to the identity matrix, and no unique epipolar lines can be determined.
D. The epipole in each image is located at the principal point, and the epipolar lines radiate outward from the center like a starburst.

42 When computing epipolar geometry between two uncalibrated views, what is the consequence of all observed 3D points lying perfectly on a single 3D plane?

epipolar geometry Hard
A. The fundamental matrix is uniquely determined because the planar constraint removes the scale ambiguity.
B. The epipoles shift to infinity, rendering the epipolar lines strictly parallel regardless of the camera rotation.
C. The fundamental matrix becomes strictly orthogonal and can be estimated using only 4 point correspondences.
D. The points are related by a 2D homography, causing a degeneracy where the fundamental matrix cannot be uniquely determined from point correspondences alone.

43 Let be the fundamental matrix relating two views. Under what specific physical condition does become a skew-symmetric matrix ()?

fundamental matrix Hard
A. When both cameras share the exact same optical center but have different focal lengths.
B. When the two cameras have identical intrinsic parameters and differ by a pure translation.
C. When the relative transformation between the cameras consists of a pure translation along the X-axis only.
D. When the two cameras have identical intrinsic parameters and differ by a pure rotation around the Y-axis.

44 A valid fundamental matrix must have rank 2. In the presence of noise, an estimated matrix is often rank 3. To enforce the rank-2 constraint minimally in the Frobenius norm, one performs Singular Value Decomposition . If with , what is the correct updated matrix ?

fundamental matrix Hard
A.
B.
C.
D.

45 In the normalized 8-point algorithm, an isotropic scaling transformation is applied such that the RMS distance of the points from the origin is . If the unnormalized design matrix has a condition number of , what is the primary numerical failure mode if normalization is omitted before solving via SVD?

normalized 8-point algorithm Hard
A. The algorithm will always return a rank-3 matrix, making it impossible to enforce the epipolar constraint.
B. The solution will heavily bias the epipole towards the center of the image, irrespective of the true camera motion.
C. The singular vector corresponding to the smallest singular value will be dominated by noise in the translation components, ignoring the rotation.
D. The large variations in pixel coordinate magnitudes will cause the singular values to span orders of magnitude, making the null-space estimation highly susceptible to numerical round-off errors.

46 Assume and are image correspondences, and and are the normalizing transformations for the respective images. If is the rank-2 fundamental matrix computed from the normalized coordinates, how is the final, unnormalized fundamental matrix correctly obtained?

normalized 8-point algorithm Hard
A.
B.
C.
D.

47 When estimating a homography or fundamental matrix, the Direct Linear Transform (DLT) minimizes an algebraic error subject to . What is the primary theoretical drawback of minimizing this algebraic error compared to the geometric (reprojection) error?

algebric minimization algorithm Hard
A. The algebraic error does not correspond to a physically meaningful quantity in the image space and implicitly weights points differently based on their spatial coordinates.
B. The algebraic error function has multiple local minima, preventing a closed-form solution.
C. Algebraic minimization requires intrinsic calibration matrices, whereas geometric error does not.
D. Algebraic minimization cannot handle more than the minimum number of required points (e.g., exactly 8 for fundamental matrices).

48 To avoid the computational cost of full nonlinear Bundle Adjustment, the Sampson approximation is often used to estimate geometric error for the fundamental matrix. For a point correspondence , the Sampson error is defined as , where is the squared norm of the gradient. What is the correct expression for the denominator ?

geometric distance computation Hard
A.
B.
C.
D.

49 Consider a bundle adjustment problem for 3D reconstruction from two calibrated cameras minimizing the total reprojection error. Let the first camera's pose be fixed at the origin (). If there are observed 3D points, what is the exact dimensionality of the parameter space that needs to be optimized?

geometric distance computation Hard
A.
B.
C.
D.

50 Decomposing the Essential matrix yields four possible pose configurations for . Which geometric constraint is definitively used to disambiguate and select the single true physical camera motion?

camera motion Hard
A. The epipolar constraint, ensuring for all correspondences.
B. The Cheirality constraint, ensuring that the triangulated 3D points have positive depth in both camera frames.
C. The orthogonality constraint, ensuring rather than .
D. The planarity constraint, ensuring all points lie on the same side of the principal plane.

51 If a camera undergoes a pure rotation with zero translation (), what occurs to the Fundamental matrix and the process of 3D reconstruction?

camera motion Hard
A. The Fundamental matrix becomes exactly the identity matrix, and 3D depth can be directly extracted from the rotational disparities.
B. evaluates to a matrix of zeros, epipolar geometry is undefined, and 3D depth cannot be reconstructed from the two views.
C. reduces to a 2D homography matrix, allowing reconstruction up to a single unknown scale factor.
D. The epipoles remain fixed at the principal point, but the epipolar lines become concentric circles.

52 When analyzing planar scenes, a camera motion can induce a transformation described by a 2D Homography (8 degrees of freedom) or an Affine transformation (6 degrees of freedom). Under what specific combination of motion and camera models does the exact true image transformation degrade strictly from a Homography to an Affine transformation?

motion models Hard
A. When the scene contains high depth relief and the camera undergoes a large rotation around the optical axis.
B. When the camera uses an affine (weak perspective) projection model, and observes any planar surface under arbitrary 3D affine transformation.
C. When the camera is perfectly calibrated, and the planar surface is exactly perpendicular to the optical axis.
D. When the camera uses a pure perspective projection model, and the motion is a pure translation along the Z-axis.

53 Consider the degrees of freedom (DoF) associated with essential and fundamental matrices. How many continuous degrees of freedom exist in the parameter space of a valid Essential Matrix , and why?

motion models Hard
A. 8 DoF: A 3x3 matrix has 9 elements, minus 1 for arbitrary scale.
B. 6 DoF: 3 for rotation and 3 for full 3D translation.
C. 7 DoF: 3 for rotation, 3 for translation, and 1 for overall scale.
D. 5 DoF: 3 for camera rotation and 2 for translation direction, because the overall translation scale is inherently unrecoverable from images.

54 In the Lucas-Kanade optical flow formulation, flow is solved using the structure tensor . Let be the eigenvalues of with . Which of the following eigenvalue conditions indicates the classical 'aperture problem' where flow can only be computed in one direction?

optical flow Hard
A. and
B. and
C. and
D. and

55 The fundamental Optical Flow Constraint Equation, , relies on a first-order Taylor expansion. For large pixel displacements, this linear approximation fails catastrophically. Which algorithmic strategy is standardly used to effectively resolve this large-motion failure without changing the continuous Taylor formulation?

optical flow Hard
A. Using a coarse-to-fine Gaussian image pyramid to ensure the motion is sub-pixel at the coarsest scale.
B. Replacing the L2 norm with an L1 norm in the Lucas-Kanade objective function.
C. Applying a median filter over the flow field to remove outliers.
D. Switching from Lucas-Kanade to the Horn-Schunck method to enforce global smoothness over large distances.

56 When formulating the Direct Linear Transformation (DLT) for triangulating a 3D point from an observation and camera matrix , we use the cross product . Which of the following represents the two linearly independent equations extracted for building the measurement matrix ?

Linear triangulation method Hard
A. and
B. and
C. and
D. and

57 Assume 3D points are triangulated via DLT from two completely uncalibrated cameras, estimating the projection matrices strictly from the Fundamental matrix without intrinsic parameters. What is the inherent ambiguity of the resulting 3D point cloud?

Linear triangulation method Hard
A. It is accurate up to an arbitrary 4x4 projective transformation.
B. It is completely arbitrary and preserves neither lines nor incidence properties.
C. It is accurate up to an affine transformation.
D. It is accurate up to an unknown similarity transformation (scale, rotation, translation).

58 In a canonical stereo rig where the baseline is strictly parallel to the -axes of both identical image planes, what is the exact algebraic form of the fundamental matrix ?

epipolar geometry Hard
A.
B.
C.
D.

59 The Horn-Schunck method for optical flow minimizes an energy functional containing a data term and a spatial smoothness term. If the weight of the smoothness term approaches zero, what happens to the estimated flow field?

optical flow Hard
A. It becomes strictly rigid, allowing only purely translational optical flow.
B. The flow becomes undefined anywhere the image gradient is zero, and suffers strictly from the aperture problem along edges.
C. It uniformly converges to the global average motion of the entire image.
D. The flow vectors uniformly rotate 90 degrees to align with the image gradients.

60 When constructing the transformation matrix for the normalized 8-point algorithm, we set as the centroid of the points. To achieve an RMS distance of from the origin, what must the scalar be, assuming is the original distance of point from the centroid?

normalized 8-point algorithm Hard
A.
B.
C.
D.