PiecewiseLinearTransformation2D
2-D piecewise linear geometric transformation
Description
A PiecewiseLinearTransformation2D
object encapsulates a 2-D
piecewise linear geometric transformation.
Creation
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 aPiecewiseLinearTransformation2D
object using coordinates of fixed points and moving points.
Description
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.
Input Arguments
Properties
Object Functions
outputLimits | Find output spatial limits given input spatial limits |
transformPointsInverse | Apply inverse geometric transformation |