Click or drag to resize
Accord.NET (logo)

RansacLineRansac Property

Gets the RANSAC estimator used.

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

Property Value

Type: RANSACLine
See Also