Click or drag to resize
CvInvokeTransform Method
http://www.emgu.com
Performs matrix transformation of every element of array src and stores the results in dst Both source and destination arrays should have the same depth and the same size or selected ROI size. transmat and shiftvec should be real floating-point matrices.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void Transform(
	IInputArray src,
	IOutputArray dst,
	IInputArray m
)

Parameters

src
Type: Emgu.CVIInputArray
The first source array
dst
Type: Emgu.CVIOutputArray
The destination array
m
Type: Emgu.CVIInputArray
transformation 2x2 or 2x3 floating-point matrix.
See Also