|
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
)
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