Click or drag to resize
Accord.NET (logo)

RansacHomographyEstimatorEstimate Method (PointF, PointF)

Matches two sets of points using RANSAC.

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

Parameters

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

Return Value

Type: MatrixH
The homography matrix matching x1 and x2.
See Also