Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Spatial Transforms » CreateAffineTransformMatrix

CreateAffineTransformMatrix


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.