http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void RotatePoints<TDepth>( Matrix<TDepth> points ) where TDepth : new() |
Visual Basic |
---|
Public Sub RotatePoints(Of TDepth As New) ( _ points As Matrix(Of TDepth) _ ) |
Visual C++ |
---|
public: generic<typename TDepth> where TDepth : gcnew() void RotatePoints( Matrix<TDepth>^ points ) |
Parameters
- points
- Type: Emgu.CV..::..Matrix<(Of <(<'TDepth>)>)>
The N 2D-points to be rotated
Type Parameters
- TDepth
- The depth of the points, must be double or float