Click or drag to resize
Accord.NET (logo)

RansacFundamentalEstimatorEstimate Method (IntPoint, IntPoint)

Matches two sets of points using RANSAC.

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

Parameters

points1
Type: AccordIntPoint
points2
Type: AccordIntPoint

Return Value

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