Uses of Class
mpi.cbg.fly.Feature

Packages that use Feature
mpi.cbg.fly   
 

Uses of Feature in mpi.cbg.fly
 

Methods in mpi.cbg.fly that return types with arguments of type Feature
static java.util.Vector<Feature> SIFT.getFeatures(FloatArray2D fa)
           
static java.util.Vector<Feature> SIFT.getFeatures(java.awt.Image imp)
           
static java.util.Vector<Feature> SIFT.getFeatures(int w, int h, int[] pixels)
           
 java.util.Vector<Feature> FloatArray2DSIFT.run()
          detect features in all scale octaves
 java.util.Vector<Feature> FloatArray2DSIFT.run(int max_size)
          detect features in all scale octaves
 java.util.Vector<Feature> FloatArray2DSIFT.runOctave(int o)
          detect features in the specified scale octave
 

Methods in mpi.cbg.fly with parameters of type Feature
 int Feature.compareTo(Feature f)
          comparator for making Features sortable please note, that the comparator returns -1 for this.scale > o.scale, to sort the features in a descending order
 float Feature.descriptorDistance(Feature f)
           
 

Method parameters in mpi.cbg.fly with type arguments of type Feature
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
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
static float[] FloatArray2DSIFT.featureSizeHistogram(java.util.Vector<Feature> features, float min, float max, int bins)
          get a histogram of feature sizes