Click or drag to resize
Accord.NET (logo)

ToolsHomography Method (PointH, PointH)

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(
	PointH[] points1,
	PointH[] points2
)
Request Example View Source

Parameters

points1
Type: Accord.ImagingPointH
points2
Type: Accord.ImagingPointH

Return Value

Type: MatrixH
See Also