Direct Linear Transformation (DLT) Algorithm

Woo Yeong CHO·2021년 11월 20일
0

MVG

목록 보기
7/8
post-custom-banner

Problem

  • Given 2D to 2D point correspondences {xi<=>xix_i <=> x'_i} Compute a 3x3 matrix HH such that
Hxi=xi  for all iHx_i = x'_i \ \ for \ all \ i
  • The Number of required measurements

Degree-of-freedom: dof(H)=8dof(H) = 8, a point-to-point correspondence => 2 constraints

To estimate Homography parameters, at least four point-to-point correspondences are required.

Equatinos from a point-to-point correspondences could be drived from:

xi×Hxi=0x'_i \times Hx_i = 0

Then, we could do Singular Value Decompostion to estimate hh

This method is quite Simple, Linear and Fast.

But!!! Bad performance

So, people came up with better idea to estimate the parameters in terms of cost fuction (Geometric Interpretation of Reprojection Error)

profile
I wanna be a specialist! My previous webpage link https://chowy333.tistory.com/
post-custom-banner

0개의 댓글