Click or drag to resize
Accord.NET (logo)

RansacCircleRansac Property

Gets the RANSAC estimator used.

Namespace:  Accord.MachineLearning.Geometry
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public RANSAC<Circle> Ransac { get; }
Request Example View Source

Property Value

Type: RANSACCircle
See Also