transltform3d
Description
A transltform3d
object stores information about a 3-D translation
geometric transformation and enables forward and inverse transformations.
Creation
You can create a transltform3d
object in these ways:
imregtform
— Estimates a geometric transformation that maps a moving image to a fixed image using similarity optimization.fitgeotform3d
(Medical Imaging Toolbox) — Estimates a geometric transformation that maps pairs of control points between two images.The
transltform3d
function described here.
Syntax
Description
tform = transltform3d
creates a transltform3d
object that performs the identity transformation.
tform = transltform3d(Translation)
creates a
transltform3d
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-, y-, and
z-directions.
tform = transltform3d(A)
creates a transltform3d
object and sets the property A
as the specified
3-D translation transformation matrix.
tform = transltform3d(
creates a
tformIn
)transltform2d
object from another geometric transformation object,
tformIn
, that represents a valid 3-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