2-D projective geometric transformation
A projective2d
object encapsulates a 2-D projective
geometric transformation.
You can create a projective2d
object using the following
methods:
fitgeotrans
— Estimates
a geometric transformation that maps pairs of control points between two
images
The projective2d
function described here
tform = projective2d
creates a
projective2d
object with default property settings that
correspond to the identity transformation.
tform = projective2d(
sets the
property A
)T
with a valid projective transformation defined
by nonsingular matrix A
.
invert | Invert geometric transformation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |