affinetform2d
Description
An affinetform2d
object stores information about a 2-D affine
geometric transformation and enables forward and inverse transformations.
Creation
You can create an affinetform2d
object in these ways:
imregtform
— Estimate a geometric transformation that maps a moving image to a fixed image using similarity optimization.imregcorr
— Estimate a geometric transformation that maps a moving image to a fixed image using phase correlation.fitgeotform2d
— Estimate a geometric transformation that maps pairs of control points between two images.randomAffine2d
— Create a randomized 2-D affine transformation.The
affinetform2d
function described here.
Description
Input Arguments
Output 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 |