3-D rigid geometric transformation
A rigid3d object encapsulates a 3-D rigid transformation.
creates a default
tform
= rigid3drigid3d
object that corresponds to an identity
transformation.
creates a tform
= rigid3d(t
)rigid3d
object based on a specified forward rigid
transformation matrix, t
. The t
input sets the
T
property.
creates a tform
= rigid3d(rot
,trans
)rigid3d
object based on the rotation,
rot
, and translation, trans
, components of the
transformation. rot
sets the Rotation
property.
trans
sets the Translation
property.
invert | Invert geometric transformation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |