i) Taking two parallel lines and find the vanishing line.
ii) Taking a vanishing line that is in a finite space into a line at infinity
iii) Doing Homography : Two line that do have not Parrellel relationship are retificated.
i Pairs of line that were originally vertical in the image. Finding constraint in this equation:
Based on the example, we do SVD to solve the linear equations of , and the last column of vector is used as the solution.
Using Equation, we can obtain CDCP, linear with AS = 0
If you put sqrt on the diagonal component in on the result of svd
corresponding to the affine matrix can be obtained. Affine as
If you do homography on the rectified image, the metric rectified image is comes out.
Five pairs of straight lines can be given for CDCP with dof of 5 in the following way,
This is the process of finding the solution of the linear equation, and CDCP can be obtained. After that the above process repeat.
can be obtained by using five pairs of orthogonal lines.
안녕하세요. 해당 수식을 표현한 코드가 따로 있나요? 링크라도 남겨주시면 감사하겠습니다.