3-D geometric transformation object
A geometricTransform3d
object defines a custom 3-D geometric
transformation using point-wise mapping functions.
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
.
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |