Uses of Class
mpi.cbg.fly.Model

Packages that use Model
mpi.cbg.fly   
 

Uses of Model in mpi.cbg.fly
 

Subclasses of Model in mpi.cbg.fly
 class TModel2D
           
 class TRModel2D
           
 

Methods in mpi.cbg.fly that return Model
abstract  Model Model.clone()
          clone
 

Methods in mpi.cbg.fly with parameters of type Model
 void PointMatch.apply(Model model)
          apply a model to p1, update distance
 void Point.apply(Model model)
          apply a model to the point transfers the local coordinates to new world coordinates
 boolean Model.betterThan(Model m)
          less than operater to make the models comparable, returns false for error < 0
static java.util.Vector<PointMatch> SIFT.createMatches(java.util.List<Feature> fs1, java.util.List<Feature> fs2, float max_sd, Model model, float max_id)
          identify corresponding features using spatial constraints