Uses of Class
mpi.cbg.fly.TRModel2D

Packages that use TRModel2D
mpi.cbg.fly   
 

Uses of TRModel2D in mpi.cbg.fly
 

Methods in mpi.cbg.fly that return TRModel2D
 TRModel2D TRModel2D.clone()
           
static TRModel2D TRModel2D.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 TRModel2D TRModel2D.estimateModel(java.util.List<PointMatch> candidates, java.util.Collection<PointMatch> inliers, int iterations, float epsilon, float min_inlier_ratio)
          estimate the transformation model for a set of feature correspondences containing a high number of outliers using RANSAC
 TRModel2D TModel2D.toTRModel2D()
           
 

Methods in mpi.cbg.fly with parameters of type TRModel2D
 void TRModel2D.concatenate(TRModel2D model)
           
 void TRModel2D.preConcatenate(TRModel2D model)