Click or drag to resize

CvInvokeGetRotationMatrix2D Method

http://www.emgu.com
Calculates rotation matrix

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 GetRotationMatrix2D(
	PointF center,
	double angle,
	double scale,
	IOutputArray mapMatrix
)

Parameters

center
Type: System.DrawingPointF
Center of the rotation in the source image.
angle
Type: SystemDouble
The rotation angle in degrees. Positive values mean couter-clockwise rotation (the coordiate origin is assumed at top-left corner).
scale
Type: SystemDouble
Isotropic scale factor
mapMatrix
Type: Emgu.CVIOutputArray
Pointer to the destination 2x3 matrix

Return Value

Type: 
Pointer to the destination 2x3 matrix
See Also