|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES All Classes |
TriggerHandler
is created and invoked when
a preference is set (a preference trigger or flag) and an
instance of the property is found on the command line or in
the java properties set on start-up of the application.
MatrixIterator
interface.
SparseMatrix
class.
n*("item"), n*("item")...
toString() -
Method in class edu.umd.cfar.lamp.viper.util.Pair
Prints the pair as (first, second).
toString() -
Method in class edu.umd.cfar.lamp.viper.util.Permuter
Gets a string representation of the current permutation.
toString() -
Method in class edu.umd.cfar.lamp.viper.util.Range
Returns the list as a space delimited of "s:e" pairs.
toString() -
Method in class edu.umd.cfar.lamp.viper.util.Triple
Uses the toString method to concatenate the elements together
in a space-seperated list.
toString() -
Method in class edu.umd.cfar.lamp.viper.util.reader.VReader.TextLine
Returns the String representation of the current line or mutliline
as one whole line.
toString() -
Method in class viper.api.datatypes.Lvalue
Gets the old skool listing of the type.
toString() -
Method in class viper.api.impl.AttrConfigImpl
Returns the old skool gtf format.
toString() -
Method in class viper.api.impl.AttributeImpl
Gets the attribute in the old gtf format.
toString() -
Method in class viper.api.impl.ConfigImpl
Returns a old school gtf representation of the descriptor config.
toString() -
Method in class viper.api.impl.DescriptorImpl
toString() -
Method in class viper.api.impl.SourcefileImpl
toString() -
Method in class viper.api.impl.ViperDataImpl
Returns viper
.
toString() -
Method in class viper.api.time.Frame
toString() -
Method in class viper.api.time.FrameRate
String representation of the frame rate.
toString() -
Method in class viper.api.time.Span
Gets the span in old school, inclusive format.
toString() -
Method in class viper.api.time.Time
toString() -
Method in class viper.api.time.TimeEncodedList.DynamicAttributeValueImpl
Gets a string version of the interval
toString() -
Method in class viper.api.time.TimeEncodedList
toString() -
Method in class viper.comparison.Comparison
Returns a String representation of the Descriptor.
toString() -
Method in interface viper.comparison.Evaluation.Information
Get output suitable for .raw files.
toString() -
Method in class viper.comparison.FramewiseEvaluation.FrameMeasure
Gets the raw formatted information about localizers and metrics.
toString() -
Method in class viper.comparison.ObjectInformation
Gets the information about the evaluation.
toString() -
Method in class viper.comparison.TrackingInformation
toString() -
Method in class viper.comparison.distances.AttrMeasure
Prints out the metric and threshold, without
the brackets.
toString() -
Method in interface viper.comparison.distances.Distance
Get the EPF name of the metric.
toString() -
Method in class viper.comparison.distances.DistanceHolder
Gets a space-delimited list of the distances.
toString() -
Method in class viper.descriptors.DescHolder
Gets the data in gtf format
toString() -
Method in class viper.descriptors.DescPrototype
Gives the prototype in gtf format.
toString() -
Method in class viper.descriptors.DescVector
Prints the data in .gtf format, header and footer
included.
toString() -
Method in class viper.descriptors.Descriptor
Returns a String representation of the Descriptor.
toString() -
Method in class viper.descriptors.DescriptorConfigs
Prints the descriptors in .gtf style.
toString() -
Method in class viper.descriptors.attributes.Attribute
Gets the string representation of static Attribute data or an individual
frame of static data.
toString() -
Method in class viper.descriptors.attributes.AttributePrototype
Gets the string representation of static Attribute
data or an individual frame of static data.
toString(boolean, boolean) -
Method in class viper.descriptors.attributes.AttributePrototype
Gets the string representation of static Attribute
data or an individual frame of static data.
toString() -
Method in class viper.descriptors.attributes.Attribute_bbox.Crops
toString() -
Method in class viper.descriptors.attributes.Attribute_bbox.ProportionalResizer
toString() -
Method in class viper.descriptors.attributes.Attribute_bbox.Resizer
toString() -
Method in class viper.descriptors.attributes.Attribute_circle.CircleValue
toString() -
Method in class viper.descriptors.attributes.Attribute_ellipse.EllipseValue
toString() -
Method in class viper.descriptors.attributes.Attribute_obox.Resizer
toString() -
Method in class viper.descriptors.attributes.Attribute_polygon.Sizer
toString() -
Method in class viper.descriptors.attributes.FrameSpan
Returns a String representing the FrameSpan.
toString() -
Method in class viper.descriptors.attributes.ValueSpan
Prints the value in .gtf format.
toString() -
Method in class viper.filters.RuleHolder
Function used to print this object in a string format.
toStringListOfPoints() -
Method in class edu.umd.cfar.lamp.viper.geometry.ConvexPolygon
Gets a String representation of the polygon as a
list of points, where each point is given as (x,y).
toStringListOfPoints() -
Method in class edu.umd.cfar.lamp.viper.geometry.PolyList
Gets a list of the points as a String, usually for debugging.
toVerbose() -
Method in interface viper.comparison.Evaluation.Information
Get output suitable for .out files; may include new lines.
toVerbose() -
Method in class viper.comparison.ObjectInformation
Get output suitable for .out files; may include new lines.
toVerbose() -
Method in class viper.comparison.TrackingInformation
toWriter(ViperData, PrintWriter) -
Static method in class viper.api.impl.XmlSerializer
Writes the data as xml.
toXML(Document) -
Method in interface viper.descriptors.attributes.AttributeValue
Returns an xml element for this object.
toXML(Document) -
Method in class viper.descriptors.attributes.Attribute_bbox.Bbox
Returns an xml element for this object, sans angle brackets, eg:
svalue value="something"
, so that the Attribute
manager can add a span value, and namespace prefix, if necessary.
toXML(Document) -
Method in class viper.descriptors.attributes.Attribute_circle.CircleValue
Returns an xml element for this object.
toXML(Document) -
Method in class viper.descriptors.attributes.Attribute_ellipse.EllipseValue
Returns an xml element for this object.
toXML(Document) -
Method in class viper.descriptors.attributes.Attribute_obox.Obox
Returns an xml element for this object, sans angle brackets, eg:
svalue value="something"
, so that the Attribute
manager can add a span value, and namespace prefix, if necessary.
toXml(ViperData, DOMImplementation) -
Static method in class viper.api.impl.XmlSerializer
Serializes the viper data as xml.
toXmlConfigOnly(ViperData, DOMImplementation) -
Static method in class viper.api.impl.XmlSerializer
Exports the config element.
toXmlSingleSourcefile(ViperData, Sourcefile, DOMImplementation) -
Static method in class viper.api.impl.XmlSerializer
Gets a valid viper xml file that contains only the specified
sourcefile, but all the config.
toggleVisibility(int) -
Method in class edu.umd.cfar.lamp.viper.gui.table.TablePanel
Toggle visibility on the specified tab.
total_bits -
Variable in class edu.columbia.ee.flavor.Bitstream
touch(URI) -
Method in class edu.umd.cfar.lamp.apploader.prefs.FileHistoryManager
Update the file history to indicate that
the file at the given URI was visited now.
touchFile(String) -
Method in class edu.umd.cfar.lamp.apploader.prefs.FileHistoryManager
Touches the file at the given file path.
tqe -
Variable in class edu.umd.cfar.lamp.viper.gui.chronology.AbstractAttributeSegmentFactory
tqe -
Variable in class edu.umd.cfar.lamp.viper.gui.chronology.AbstractAttributeSegmentRenderer
translucent -
Static variable in class edu.umd.cfar.lamp.viper.util.ColorUtilities
transpose(DataMatrix2d) -
Static method in class edu.umd.cfar.lamp.viper.util.DataMatrices
Returns a version of the matrix, flipped.
triangulate() -
Method in class edu.umd.cfar.lamp.viper.geometry.Squiggle
Returns a list of triangle polygons
that, together,
tile the interior of this squiggle.
tryTransaction(Runnable, Node, String, Object[]) -
Static method in class viper.api.impl.Util
Tries to run the runnable while wrapped in a transaction
on the given node, if it is a Transactionable node.
type -
Variable in class edu.columbia.ee.flavor.Bitstream
type -
Variable in class edu.umd.cfar.lamp.viper.gui.config.SetAttrType.AttrTypePair
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A B C D E F G H I J K L M N O P R S T U V W X Y Z