|
RansacFundamentalEstimatorEstimate Method (PointF, PointF)
|
Matches two sets of points using RANSAC.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public float[,] Estimate(
PointF[] points1,
PointF[] points2
)
Public Function Estimate (
points1 As PointF(),
points2 As PointF()
) As Single(,)
Request Example
View SourceParameters
- points1
- Type: System.DrawingPointF
- points2
- Type: System.DrawingPointF
Return Value
Type:
SingleThe fundamental matrix relating x1 and x2.
See Also