Метод | Описание | |
---|---|---|
Estimate ( Accord points ) : |
Matches two sets of points using RANSAC.
|
|
Estimate ( Accord points1, Accord points2 ) : |
Matches two sets of points using RANSAC.
|
|
Estimate ( |
Matches two sets of points using RANSAC.
|
|
Estimate ( |
Matches two sets of points using RANSAC.
|
|
Estimate ( |
Matches two sets of points using RANSAC.
|
|
Estimate ( |
Matches two sets of points using RANSAC.
|
|
RansacHomographyEstimator ( double threshold, double probability ) : System |
Creates a new RANSAC homography estimator.
|
Метод | Описание | |
---|---|---|
degenerate ( int points ) : bool |
Checks if the selected points will result in a degenerate homography.
|
|
distance ( |
Compute inliers using the Symmetric Transfer Error,
|
|
homography ( int points ) : |
Estimates a homography with the given points.
|
public Estimate ( Accord points ) : |
||
points | Accord | |
Результат |
public Estimate ( Accord points1, Accord points2 ) : |
||
points1 | Accord | |
points2 | Accord | |
Результат |
public Estimate ( |
||
points | ||
Результат |
public Estimate ( |
||
points1 | ||
points2 | ||
Результат |
public Estimate ( |
||
points | ||
Результат |
public Estimate ( |
||
points1 | ||
points2 | ||
Результат |
public RansacHomographyEstimator ( double threshold, double probability ) : System | ||
threshold | double | Inlier threshold. |
probability | double | Inlier probability. |
Результат | System |