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 GetRotationMatrix2D( 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.GetRotationMatrix2D(OpenCvSharp.CvPoint2D32f,System.Double,System.Double)"]
See Also