|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Evaluation | An evaluation is a a high-level method of comparing two sets of descriptors. |
Evaluation.Information | Evaluation.Information class for describing evaluation results |
Class Summary | |
Comparison | This class represents the differences between two Descriptors. |
CompEvaluator | A collection of Descriptor Objects that supports various operations on them, such as comparison between two DescVectors, collection of statistics, reading and printing from files, and various others. |
CompFilter | Classes that implement this take in a CompMatrix and upgrade all comparisons that meet a certain criterion. |
CompMatrix | A collection of Descriptor Objects that supports various operations on them, such as comparison between two DescriptorLists, collection of statistics, reading and printing from files, and various others. |
EvaluationParameters | Describes a set of parameters for setting up an evaluation. |
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. |
FramewiseEvaluation.FrameMeasure | A measure for a given frame. |
ObjectEvaluation | The standard evaluation that counts the number of matching descriptors. |
ObjectInformation | Stores precision/recall information for object evaluation. |
TrackingEvaluation | Evaluates keyed descriptor pairs, as described by Kasturi et. al. in their paper. |
TrackingEvaluation.TrackingMeasure | A measure specifically designed for tracking, this allows multiple child measures. |
TrackingInformation | Collects scores for the tracking evaluatoin type |
ViperPE | This class offers a function to compare two Descriptor data files. |
Provides the classes necessary to compare Descriptors, including a simple command line application useful for generating graphs between a large number of cases.
Two sets of Descriptors can be compared against each other
via the CompEvaluator
class. This class
takes in two sets of Descriptors in list form
and, via various methods
to perform certain computations,
can compare them to determine the overall distance between the two sets.
In order to compare two sets of descriptors from files,
the following sequence might be followed (this is pretty much what GtfC
does):
Descriptor
configuration
data. Equivalencies
. Evaluations
and Limitations
. Descriptor data
. CompMatrix
. print the results
if wanted. Remember,
Cropping may be performed at any time, but the rest must
be performed in order.
standard format
or by parsing the raw format into a graph. The format prints out the results in a readable format. It's format is as follows:
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |