Uses of Interface
viper.comparison.Evaluation

Packages that use Evaluation
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 Evaluation in viper.comparison
 

Classes in viper.comparison that implement Evaluation
 class FramewiseEvaluation
          A framewise evaluation views each frame individually, computing aggregate statisitcs on a frame-by-frame or even pixel-by-pixel level, disregarding the continuity of descriptors.
 class ObjectEvaluation
          The standard evaluation that counts the number of matching descriptors.
 class TrackingEvaluation
          Evaluates keyed descriptor pairs, as described by Kasturi et. al. in their paper.
 

Methods in viper.comparison with parameters of type Evaluation
 EvaluationParameters.ScopeRules EvaluationParameters.getScopeRulesFor(Evaluation current)
          Get the scope rules for the the given evaluation.
 Evaluation.Information CompEvaluator.printEvaluationResults(Evaluation eva)
          Runs an evaluation using the given Evaluation object on all of the comparison matrices, summing the results, and returning the sum.
 

Constructors in viper.comparison with parameters of type Evaluation
EvaluationParameters.ScopeRules(Evaluation current)
          Constructs a new, empty set of scope rules.