Click or drag to resize
Accord.NET (logo)

RansacHomographyEstimator Constructor

Creates a new RANSAC homography estimator.

Namespace:  Accord.Imaging
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public RansacHomographyEstimator(
	double threshold,
	double probability
)
Request Example View Source

Parameters

threshold
Type: SystemDouble
Inlier threshold.
probability
Type: SystemDouble
Inlier probability.
See Also