Uses of Class
mpi.cbg.fly.TModel2D

Packages that use TModel2D
mpi.cbg.fly   
 

Uses of TModel2D in mpi.cbg.fly
 

Methods in mpi.cbg.fly that return TModel2D
 TModel2D TModel2D.clone()
           
static TModel2D TModel2D.estimateBestModel(java.util.List<PointMatch> candidates, java.util.Collection<PointMatch> inliers, float min_epsilon, float max_epsilon, float min_inlier_ratio)
          estimate the transformation model for a set of feature correspondences containing a high number of outliers using RANSAC increase the error as long as not more inliers occur
static TModel2D TModel2D.estimateModel(java.util.List<PointMatch> candidates, java.util.Collection<PointMatch> inliers, int iterations, float epsilon, float min_inliers)
          estimate the transformation model for a set of feature correspondences containing a high number of outliers using RANSAC