Calculates rotation matrix
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- center
- PointF
Center of the rotation in the source image.
- angle
- Double
The rotation angle in degrees. Positive values mean couter-clockwise rotation (the coordiate origin is assumed at top-left corner).
- scale
- Double
Isotropic scale factor
- mapMatrix
- IntPtr
Pointer to the destination 2x3 matrix