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.1.0.649 (2.1.0.649)
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