Reference

2차원 공간에서의 변환 종류

이미지에 있는 정보를 알아내기 위해서는 2D 공간에서의 다양한 변환을 알아야 한다.

Isometric transformations

  • preserve distances
  • described as a rotation and translation

Similarity transformations

  • preserve shape (= isometric transformations + scaling)
  • preserve ratio of lengths and angles
  • every isometric transformations = similarity transformations when

Affine transformations

Figure 1. Affine transformation

  • preserve points, straight lines, and parallelism For some vector , an affine transformation is, (where is a linear transformation)

In homogeneous coordinate, affine transformation is

Projective transformations (or homographies)

Figure 2. Perspective transformation

  • any transformations that maps lines to lines
  • does note preserve parallelism
  • does preserve collinearity of points, as it maps lines to lines
  • extra degrees of freedom are added with the addition of Cross ratio of four collinear points remains invariant under projective transformations 한 직선 위에 점 4개를 가지고 계산하면, 그 값을 사진 찍기 전 (3D) 이나 찍은 후 (2D) 나 똑같이 유지한다.