|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompMatrix | |
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 CompMatrix in viper.comparison |
Methods in viper.comparison that return CompMatrix | |
CompMatrix |
TrackingEvaluation.getMatrix()
Gets the current map from candidate descriptors to targets. |
Methods in viper.comparison with parameters of type CompMatrix | |
void |
TrackingEvaluation.setMatrix(CompMatrix cm)
|
void |
ObjectEvaluation.setMatrix(CompMatrix cm)
|
void |
FramewiseEvaluation.setMatrix(CompMatrix cm)
Sets the matrix to evaluate. |
void |
Evaluation.setMatrix(CompMatrix cm)
Sets the matrix to evaluate. |
abstract viper.comparison.Surreal |
CompFilter.filter(CompMatrix matrix,
EvaluationParameters.ScopeRules scope)
Runs the match filter on the set of comparisons. |
Constructors in viper.comparison with parameters of type CompMatrix | |
CompMatrix(CompMatrix old,
java.util.BitSet targetMask,
java.util.BitSet candidateMask)
Creates a new comparison matrix as a subset of an existing matrix. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |