Cv_2DRotationMatrix Method (CvPoint2D32f, Double, Double) OpenCvSharp Class Library
Calculates affine matrix of 2d rotation.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvMat _2DRotationMatrix(
	CvPoint2D32f center,
	double angle,
	double scale
)

Parameters

center
Type: OpenCvSharpCvPoint2D32f
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.

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.Cv._2DRotationMatrix(OpenCvSharp.CvPoint2D32f,System.Double,System.Double)"]

See Also

Reference