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 point of intersection of two epipolar lines in 3D space
B. The focal point of the camera lens
C. The intersection of the baseline connecting the two camera centers with the image plane
D. The 3D point being projected onto the image planes

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

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

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

epipolar geometry Easy
A. Baseline
B. Principal axis
C. Epipolar line
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 epipole
B. An epipolar line
C. A single corresponding point
D. An epipolar plane

6 What is the rank of a standard fundamental matrix?

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

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. 7
B. 9
C. 8
D. 5

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

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

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. Singular Value Decomposition (SVD)
B. Fourier Transform
C. Laplacian of Gaussian
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 does not have a direct physical or geometric meaning in the image space
B. It requires thousands of point correspondences
C. It only works for video sequences, not still images
D. It cannot be solved using linear algebra

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

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

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 measures the lens distortion of the camera
C. It is used to calculate the focal length of a camera
D. It defines the distance between the two optical centers

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. 4
C. 3
D. 6

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. Epipole
C. Focus of Expansion (FOE)
D. Vanishing Point

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. 2
B. 6
C. 4
D. 8

17 What does optical flow represent in computer vision?

optical flow Easy
A. The flow of data from the camera sensor to the processor
B. The apparent motion of pixels between consecutive image frames
C. The amount of light entering the camera aperture
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. Rigid body structure
C. Brightness constancy
D. Zero camera rotation

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

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

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 simply adding all the elements of matrix
D. By setting to the origin

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 optical axes of the two cameras are orthogonal.
B. The image planes of the two cameras are perfectly parallel to the translation vector.
C. The two cameras are undergoing pure rotation with no translation.
D. The focal lengths of both cameras are zero.

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 is an orthogonal matrix where .
B. It has rank 2 and its determinant is strictly 0.
C. It must be symmetric and positive definite.
D. It has rank 3 and its determinant is non-zero.

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. 8
B. 9
C. 5
D. 7

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 automatically filters out outliers and mismatched feature points.
B. It improves the condition number of the linear system, preventing numerical instability and reducing noise sensitivity.
C. It ensures the resulting fundamental matrix has exactly rank 2 without needing Singular Value Decomposition (SVD).
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 maximum distance of 1.
C. Mean at and average distance of .
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 calculating the inverse of matrix .
B. By taking the eigenvector corresponding to the smallest eigenvalue of .
C. By taking the eigenvector corresponding to the largest eigenvalue of .
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. It intrinsically assumes the cameras are fully calibrated.
B. The resulting matrix will always be the identity matrix.
C. It requires exactly 7 points and cannot handle overdetermined systems.
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 provides a excellent first-order approximation to the geometric error while being much cheaper to evaluate.
B. The Sampson error is exactly equal to the reprojection error in 3D.
C. The Sampson error requires no camera calibration.
D. The Sampson error enforces the rank 2 constraint automatically.

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 Euclidean distance between and in the image plane.
C. The distance between the camera centers in 3D space.
D. The sum of squared perpendicular distances from to and from to .

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. Epipolar lines converge at the center of the image.
B. The transformation can be completely modeled by a 2D homography, independent of scene depth.
C. The transformation depends entirely on the depth of the scene points.
D. The fundamental matrix has a rank of 3.

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. Outside the bounds of the image plane completely.
B. At infinity, making all flow vectors parallel.
C. At the epipole in the image plane.
D. At the vanishing line of the ground 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. Similarity (Scaled rigid) model
C. Translational model
D. Projective (Homography) 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. All pixels in the window share the exact same displacement vector .
C. The scene depth varies rapidly within the window.
D. The optical flow vectors strictly point towards the epipole.

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. It is a non-linear equation requiring iterative optimization.
C. Image gradients and are undefined at object boundaries.
D. The temporal derivative is always zero in static environments.

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

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

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. Introducing a global smoothness penalty term to solve for a dense flow field.
C. Using epipolar geometry to restrict flow vectors to 1D lines.
D. Ignoring the brightness constancy assumption entirely.

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. By minimizing the reprojection error directly in the image plane.
B. Using the cross product relation to eliminate the unknown scale factor.
C. By converting the fundamental matrix into an essential matrix.
D. Using the dot product of the camera projection matrices and .

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 requires exactly 3 camera views to function properly.
B. It minimizes an algebraic error in projective space rather than a physically meaningful geometric reprojection error.
C. It assumes the cameras are completely uncalibrated, which introduces scaling ambiguities.
D. It restricts the 3D points to lie strictly on the baseline connecting the camera centers.

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 fundamental matrix evaluates to the identity matrix, and no unique epipolar lines can be determined.
C. The epipole in each image is located at the principal point, and the epipolar lines radiate outward from the center like a starburst.
D. The epipolar lines form a set of concentric circles around the principal point in both image planes.

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 becomes strictly orthogonal and can be estimated using only 4 point correspondences.
B. The epipoles shift to infinity, rendering the epipolar lines strictly parallel regardless of the camera rotation.
C. The fundamental matrix is uniquely determined because the planar constraint removes the scale ambiguity.
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 the two cameras have identical intrinsic parameters and differ by a pure rotation around the Y-axis.
B. When both cameras share the exact same optical center but have different focal lengths.
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 translation.

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 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.
B. The algorithm will always return a rank-3 matrix, making it impossible to enforce the epipolar constraint.
C. The solution will heavily bias the epipole towards the center of the image, irrespective of the true camera motion.
D. The singular vector corresponding to the smallest singular value will be dominated by noise in the translation components, ignoring the rotation.

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. Algebraic minimization requires intrinsic calibration matrices, whereas geometric error does not.
C. Algebraic minimization cannot handle more than the minimum number of required points (e.g., exactly 8 for fundamental matrices).
D. The algebraic error function has multiple local minima, preventing a closed-form solution.

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 planarity constraint, ensuring all points lie on the same side of the principal plane.
B. The epipolar constraint, ensuring for all correspondences.
C. The Cheirality constraint, ensuring that the triangulated 3D points have positive depth in both camera frames.
D. The orthogonality constraint, ensuring rather than .

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. The epipoles remain fixed at the principal point, but the epipolar lines become concentric circles.
C. evaluates to a matrix of zeros, epipolar geometry is undefined, and 3D depth cannot be reconstructed from the two views.
D. reduces to a 2D homography matrix, allowing reconstruction up to a single unknown scale factor.

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 camera is perfectly calibrated, and the planar surface is exactly perpendicular to 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 uses a pure perspective projection model, and the motion is a pure translation along the Z-axis.
D. When the scene contains high depth relief and the camera undergoes a large rotation around the optical 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. 7 DoF: 3 for rotation, 3 for translation, and 1 for overall scale.
C. 6 DoF: 3 for rotation and 3 for full 3D translation.
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. Applying a median filter over the flow field to remove outliers.
B. Switching from Lucas-Kanade to the Horn-Schunck method to enforce global smoothness over large distances.
C. Replacing the L2 norm with an L1 norm in the Lucas-Kanade objective function.
D. Using a coarse-to-fine Gaussian image pyramid to ensure the motion is sub-pixel at the coarsest scale.

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 affine transformation.
B. It is accurate up to an unknown similarity transformation (scale, rotation, translation).
C. It is completely arbitrary and preserves neither lines nor incidence properties.
D. It is accurate up to an arbitrary 4x4 projective transformation.

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. The flow becomes undefined anywhere the image gradient is zero, and suffers strictly from the aperture problem along edges.
B. It uniformly converges to the global average motion of the entire image.
C. It becomes strictly rigid, allowing only purely translational optical flow.
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.