|
RansacLine Constructor
|
Creates a new RANSAC line estimator.
Namespace:
Accord.MachineLearning.Geometry
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public RansacLine(
double threshold,
double probability
)
Public Sub New (
threshold As Double,
probability As Double
)
Request Example
View SourceParameters
- threshold
- Type: SystemDouble
Inlier threshold. - probability
- Type: SystemDouble
Inlier probability.
See Also