|
Shot Boundary Task Evaluation | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Segmentation | +--SysSegmentation
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 |
public SysSegmentation(java.lang.String videoName, java.util.Comparator orderingComparator)
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 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |