Метод | Описание | |
---|---|---|
Estimate ( Accord points1, Accord points2 ) : ].float[ |
Matches two sets of points using RANSAC.
|
|
Estimate ( |
Matches two sets of points using RANSAC.
|
|
Estimate ( |
Matches two sets of points using RANSAC.
|
|
RansacFundamentalEstimator ( double threshold, double probability ) : System |
Creates a new RANSAC homography estimator.
|
Метод | Описание | |
---|---|---|
distance ( float F, double t ) : int[] |
Compute inliers using the Symmetric Transfer Error,
|
|
fundamental ( int points ) : ].float[ |
Estimates a fundamental matrix with the given points.
|
public Estimate ( Accord points1, Accord points2 ) : ].float[ | ||
points1 | Accord | |
points2 | Accord | |
Результат | ].float[ |
public Estimate ( |
||
points1 | ||
points2 | ||
Результат | ].float[ |
public Estimate ( |
||
points1 | ||
points2 | ||
Результат | ].float[ |
public RansacFundamentalEstimator ( double threshold, double probability ) : System | ||
threshold | double | Inlier threshold. |
probability | double | Inlier probability. |
Результат | System |