2-D piecewise linear geometric transformation
A PiecewiseLinearTransformation2D
object encapsulates a 2-D
piecewise linear geometric transformation.
You can create a PiecewiseLinearTransformation2D
object using the
following methods:
The fitgeotrans
function, which
estimates a geometric transformation that maps pairs of control points between
two images.
The images.geotrans.PiecewiseLinearTransformation2D
function described here. This function creates a
PiecewiseLinearTransformation2D
object using coordinates
of fixed points and moving points.
tform = images.geotrans.PiecewiseLinearTransformation2D(
creates a movingPoints
,fixedPoints
)PiecewiseLinearTransformation2D
object given control
point coordinates in movingPoints
and
fixedPoints
, which define matched control points in the
moving and fixed images, respectively.
outputLimits | Find output spatial limits given input spatial limits |
transformPointsInverse | Apply inverse geometric transformation |