Click or drag to resize

Cv2GetRotationMatrix2D Method

Calculates an affine matrix of 2D rotation.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Mat GetRotationMatrix2D(
	Point2f center,
	double angle,
	double scale
)

Parameters

center
Type: OpenCvSharpPoint2f
Center of the rotation in the source image.
angle
Type: SystemDouble
Rotation angle in degrees. Positive values mean counter-clockwise rotation (the coordinate origin is assumed to be the top-left corner).
scale
Type: SystemDouble
Isotropic scale factor.

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double)"]

See Also