Click or drag to resize

CvInvokeInvertAffineTransform Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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