Click or drag to resize
Accord.NET (logo)

ToolsHomography Method (PointF, PointF)

Creates an homography matrix matching points from a set of points to another.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static MatrixH Homography(
	PointF[] points1,
	PointF[] points2
)
Request Example View Source

Parameters

points1
Type: System.DrawingPointF
points2
Type: System.DrawingPointF

Return Value

Type: MatrixH
See Also