transltform2d
Description
A transltform2d
object stores information about a 2-D translation
geometric transformation and enables forward and inverse transformations.
Creation
Syntax
Description
tform = transltform2d
creates a transltform2d
object that performs the identity transformation.
tform = transltform2d(Translation)
creates a
transltform2d
object that performs a translation transformation based
on the specified value of the Translation
property. This property specifies the amount of translation in the x-
and y-directions.
tform = transltform2d(A)
creates a transltform2d
object and sets the property A
as the specified 2-D translation transformation matrix.
tform = transltform2d(
creates a
tformIn
)transltform2d
object from another geometric transformation object,
tformIn
, that represents a valid 2-D translation geometric
transformation.
Input Arguments
Properties
Object Functions
invert | Invert geometric transformation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |
Examples
Extended Capabilities
Version History
Introduced in R2022b