rigid2d
(Not recommended) 2-D rigid geometric transformation using postmultiply convention
Since R2020b
rigid2d
is not recommended. Use the rigidtform2d
object
instead. For more information, see Version History.
Description
A rigid2d
object stores information about a 2-D rigid geometric
transformation and enables forward and inverse transformations.
Creation
Description
tform = rigid2d
creates a default rigid2d
object
that corresponds to an identity transformation.
tform = rigid2d(t)
sets the T
property
as the specified 2-D rigid transformation matrix t
.
tform = rigid2d(rot,trans)
sets the Rotation
and Translation
properties as the specified rotation matrix rot
and translation
vector trans
, respectively.
Properties
Object Functions
invert | Invert geometric transformation |
isTranslation | Determine if geometric transformation is pure translation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |