affinetform3d
Description
An affinetform3d
object stores information about a 3-D affine
geometric transformation and enables forward and inverse transformations.
Creation
You can create an affinetform3d
object in these ways:
imregtform
— Estimates a geometric transformation that maps a moving image to a fixed image using similarity optimization.randomAffine3d
— Creates a randomized 3-D affine transformation.Functions in other toolboxes that return geometric transformations, including but not limited to:
fitgeotform3d
(Medical Imaging Toolbox)
The
affinetform3d
function described here.
Description
tform = affinetform3d
creates an affinetform3d
object that performs an identity transformation.
tform = affinetform3d(A)
creates an
affinetform3d
object and sets the property A
as the specified 3-D affine transformation matrix.
tform = affinetform3d(
creates an
tformIn
)affinetform3d
object from another geometric transformation object,
tformIn
, that represents a valid 3-D affine 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 |