Click or drag to resize
Accord.NET (logo)

RansacHomographyEstimatorEstimate Method

Overload List
  NameDescription
Public methodEstimate(PointF)
Matches two sets of points using RANSAC.
Public methodEstimate(IntPoint)
Matches two sets of points using RANSAC.
Public methodEstimate(Point)
Matches two sets of points using RANSAC.
Public methodEstimate(PointF, PointF)
Matches two sets of points using RANSAC.
Public methodEstimate(IntPoint, IntPoint)
Matches two sets of points using RANSAC.
Public methodEstimate(Point, Point)
Matches two sets of points using RANSAC.
Top
See Also