Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Geometric Image Transformations » cvInvertAffineTransform

cvInvertAffineTransform


Module: OpenCV

Inverts an affine transformation.

Applications

Prepares matrix to be used with cvWarpAffine.
Name Type Description
Input value inM Matrix Original affine transformation.
Output value outM Matrix Output reverse affine transformation.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inM must be 2x3 or 3x2 matrix in cvInvertAffineTransform.

Complexity Level

This filter is available on Basic Complexity Level.