projtform2d
Description
A projtform2d
object stores information about a 2-D projective
geometric transformation and enables forward and inverse transformations.
Creation
You can create a projtform2d
object in these ways:
fitgeotform2d
— Estimate a geometric transformation that maps pairs of control points between two images.The
projtform2d
function described here.
Description
tform = projtform2d
creates a projtform2d
object
that performs an identity transformation.
tform = projtform2d(A)
creates a projtform2d
object and sets the property A
as the specified 2-D projective transformation matrix.
tform = projtform2d(
creates a
tformIn
)projtform2d
object from another geometric transformation object,
tformIn
, that represents a valid 2-D projective 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 |