Click or drag to resize

CvInvokeInvertAffineTransform Method

http://www.emgu.com
Inverts an affine transformation

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void InvertAffineTransform(
	IInputArray m,
	IOutputArray im
)

Parameters

m
Type: Emgu.CVIInputArray
Original affine transformation
im
Type: Emgu.CVIOutputArray
Output reverse affine transformation.
See Also