|
RansacFundamentalEstimatorEstimate Method (Point, Point)
|
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(
Point[] points1,
Point[] points2
)
Public Function Estimate (
points1 As Point(),
points2 As Point()
) As Single(,)
Request Example
View SourceParameters
- points1
- Type: AccordPoint
- points2
- Type: AccordPoint
Return Value
Type:
SingleThe homography matrix matching x1 and x2.
See Also