왼쪽 픽셀 * F -> 오른쪽 epipolar line
epipolar line 위에 있는 픽셀 즉, coplanarity를 잘 지키는 점들은 초록색, 그렇지 않으면 빨간색
descriptor matching을 했을 때 이것도 match라고 평가가 됐겠지만 motion 값 즉, Fundamental matrix로 추론했을 때는 부정확한 값
match들을 가지고 Fundamental matrix를 계산하기 전에는 어떤 match가 잘된건지 판단할 수 없다 -> Fundamental matrix로 검증을 하고 나서야 옳은 matching인지 알 수 있다 -> inlier와 outlier를 구분할 수 있다
outlier가 나타나는 원인
closed form algorithm
iterative optimization algorithm