Uses of Class
edu.umd.cfar.lamp.viper.util.Revealer

Packages that use Revealer
viper.comparison Provides the classes necessary to compare Descriptors, including a simple command line application useful for generating graphs between a large number of cases.  
 

Uses of Revealer in viper.comparison
 

Methods in viper.comparison that return Revealer
 Revealer TrackingEvaluation.getTicker()
          Gets the current ticker UI object.
 

Methods in viper.comparison with parameters of type Revealer
 void TrackingEvaluation.setTicker(Revealer ticker)
           
 void ObjectEvaluation.setTicker(Revealer ticker)
           
 void FramewiseEvaluation.setTicker(Revealer ticker)
          Sets the ui for progress
 void Evaluation.setTicker(Revealer ticker)
          Sets the ui for progress
 boolean CompMatrix.initializeMatrix(EvaluationParameters.ScopeRules scope, int level, Revealer ticker)
          Called after setting the descriptors and various other things, this goes through the matrix of comparisons and brings them all up to the specified level of analysis.
 

Constructors in viper.comparison with parameters of type Revealer
CompMatrix(DescriptorList targets, DescriptorList candidates, CanonicalFileDescriptor cfd, EvaluationParameters.ScopeRules scope, java.io.PrintWriter log, Revealer ticker)
          Create a new descriptor comparison matrix.