Set the values of the rotation matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetRotation ( _
center As PointF, _
angle As Double, _
scale As Double _
) |
Parameters
- center
- Type: System.Drawing..::.PointF
Center of the rotation in the source image
- angle
- Type: System..::.Double
The rotation angle in degrees. Positive values mean couter-clockwise rotation (the coordiate origin is assumed at top-left corner).
- scale
- Type: System..::.Double
Isotropic scale factor.
See Also