Click or drag to resize
Accord.NET (logo)

RansacCircle Constructor

Creates a new RANSAC 2D circle estimator.

Namespace:  Accord.MachineLearning.Geometry
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public RansacCircle(
	double threshold,
	double probability
)
Request Example View Source

Parameters

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