[This is preliminary documentation and is subject to change.]
Rotate the single channel Nx2 matrix where N is the number of 2D points. The value of the matrix is changed after rotation.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- points
- Matrix<(Of <(TDepth>)>)
The N 2D-points to be rotated
Type Parameters
- TDepth
- The depth of the points, must be fouble or float