What is an affinine transform and an affinine transform matrix ?)

Source: Internet
Author: User
The affine transform can be understood as the scaled, rotated, and obtained value of the new coordinate after translation. The value of the original coordinate in the new coordinate field after the rotation, rotation, and translation of the coordinate axis. As shown in, the coordinate axes of the XY coordinate system rotate θ and the coordinate origin moves (x0, y0 ). X, Y in xy Coordinate System ・ Cos θ-y then ・ Sin θ + x0y = x ・ sin θ + Y then ・ Cos θ + y0 is written as a matrix

| X | | COS θ Sin θ | | X0 | | | = | X Y | * | | + | | | Y | |-Sin θ cos θ | | Y0 | In order to move the value of the origin point to the matrix, you can add a redundant equation that does not affect the solution of the original equations. So we can write x = x bytes ・ Cos θ-y then ・ Sin θ + x0y = x ・ sin θ + Y then ・ Cos θ + Y01 = x defaults 0 + Y ・ 0 + 1 is written as a matrix | x | | COS θ Sin θ 0 | | Y | = | x Y 1 | * |-sin θ cos θ 0 | | 1 | | X0 y0 1 |

This matrix is the Helmert transformation matrix. Considering that the contraction rate of the Original Coordinate System on the X and Y axes can be expressed as λ x and λ y, the Helmert transformation equations can be changed to X = (λ x) X Branch ・ Cos θ-(λ y) y Branch ・ Sin θ + x0y = (λ x) x θ sin θ + (λ y) y then ・ Cos θ + y0 are written as the third-order matrix as | x | | (λ x) COS θ ( λ x) sin θ 0 | | Y | = | x Y 1 | * | (λ y)-sin θ (λ y) COS θ 0 | | 1 | | X0 y0 1 | this matrix is the affine transformation matrix, which is an affine matrix.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.