Click or drag to resize
Accord.NET (logo)

MatrixHTransformPoints Method (PointH)

Transforms the given points using this transformation matrix.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PointH[] TransformPoints(
	params PointH[] points
)
Request Example View Source

Parameters

points
Type: Accord.ImagingPointH

Return Value

Type: PointH
See Also