Main Content
geometricTransform3d
3-D geometric transformation object
Description
A geometricTransform3d
object defines a custom 3-D geometric
transformation using point-wise mapping functions.
Creation
Description
creates a tform
= geometricTransform3d(inverseFcn)geometricTransform3d
object and sets the value of inverse
mapping function property, InverseFcn
to
inverseFcn
.
also sets the value of forward mapping function property, tform
= geometricTransform3d(inverseFcn,forwardFcn)ForwardFcn
to forwardFcn
.
Properties
Object Functions
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |
Examples
Version History
Introduced in R2018b