Homography vs fundamental matrix degeneracy
epipolar geometry degeneracies.
homography fits planar scenes or pure rotation; fitting a fundamental matrix there is degenerate because points lack depth variation.
assuming the fundamental matrix always works.
WHAT THIS TESTS The interviewer checks deeper multi-view geometry: not just which model to use, but why one model becomes numerically degenerate under certain configurations.
A GOOD ANSWER COVERS Homography scenario: when all observed 3D points lie on a single plane, such as photographing a building facade, a poster, or the ground, or when the camera undergoes pure rotation about its center, the two views are related exactly by a homography. Degeneracy of the fundamental matrix: the fundamental matrix encodes epipolar geometry that depends on the cameras having a baseline and the scene having depth variation so points constrain the epipoles. If all points are coplanar, the homography already explains every correspondence, and the epipolar constraint no longer uniquely fixes the fundamental matrix; an entire family of fundamental matrices is consistent with the data, so the estimate is rank-deficient and unstable, swinging wildly with noise. Likewise, pure rotation gives zero baseline, so there is no parallax and no meaningful epipolar geometry. Practically, robust pipelines detect this by checking whether a homography explains the matches well and switching models accordingly, as in GRIC-based model selection.
COMMON WRONG ANSWERS Saying the fundamental matrix always works for any two images. Or claiming the issue is just too few points rather than a geometric degeneracy. Or treating homography and fundamental matrix as interchangeable.
LIKELY FOLLOW-UPS Why does coplanarity make the fundamental matrix underdetermined. How does model selection like GRIC decide between H and F. What happens to RANSAC in a degenerate case. How does adding off-plane points restore stability.
ONE CONCRETE EXAMPLE You photograph a flat painting from two positions. Every correspondence lies on the painting's plane, so a homography aligns them perfectly. Trying to estimate the fundamental matrix yields an unstable, noise-driven result because the coplanar points cannot pin down a unique epipolar geometry.
Get five bites like this every day.
Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.