Shot Boundary Task Evaluation

Class SysSegmentation

java.lang.Object
  |
  +--Segmentation
        |
        +--SysSegmentation

public class SysSegmentation
extends Segmentation

This class represents a system segmentation related to a video file used in shot boundary detection task programs of TREC 2001.


Fields inherited from class Segmentation
transitionSet, videoName
 
Constructor Summary
SysSegmentation(java.lang.String videoName, java.util.Comparator orderingComparator)
          Constructs Segmentation object with an ordering comparator for its set of transitions
 
Methods inherited from class Segmentation
add, getCutFrameCount, getElements, getTransitionCount, getVideoName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysSegmentation

public SysSegmentation(java.lang.String videoName,
                       java.util.Comparator orderingComparator)
Constructs Segmentation object with an ordering comparator for its set of transitions
Parameters:
videoName - The video name the segmentation is related to.
orderingComparator - The comparator used to order transitions in the set of transitions

Shot Boundary Task Evaluation

For information over@nist.gov or rtaban@nist.gov