Click or drag to resize

RotationMatrix2DRotatePointsTDepth Method (MatrixTDepth)

http://www.emgu.com
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.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void RotatePoints<TDepth>(
	Matrix<TDepth> points
)
where TDepth : new()

Parameters

points
Type: Emgu.CVMatrixTDepth
The N 2D-points to be rotated

Type Parameters

TDepth
The depth of the points, must be double or float
See Also