Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » Image » Image Spatial Transforms » CreateAffineTransformMatrix
| Module: | FoundationBasic | 
|---|
Creates affine transform matrix matrix. Return product of matrices: Translation * Rotation * Scale * Shearing.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inScaleX | Real | -  - ![]()  | 
				Image scale in X axis | 
![]()  | 
				inScaleY | Real | -  - ![]()  | 
				Image scale in Y axis | 
![]()  | 
				inTranslation | Vector2D | Image translation | |
![]()  | 
				inRotation | Real | Image rotation in degree | |
![]()  | 
				inShearingX | Real | -  - ![]()  | 
				Shearing in X axis coefficient | 
![]()  | 
				inShearingY | Real | -  - ![]()  | 
				Shearing in Y axis coefficient | 
![]()  | 
				outTransformMatrix | Matrix | Return product of matrices: Translation * Rotation * Scale * Shearing | |
Complexity Level
This filter is available on Advanced Complexity Level.

 Advanced
 - 