|
RansacHomographyEstimator. Estimate Method (PointF[] [] )
|
Matches two sets of points using RANSAC.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntaxpublic MatrixH Estimate(
PointF[][] points
)
Public Function Estimate (
points As PointF()()
) As MatrixH
Request Example
View SourceParameters
- points
- Type:System.Drawing.PointF[][]
Return Value
Type:
MatrixHThe homography matrix matching x1 and x2.
See Also