Interface | Description |
---|---|
ShotDetectedListener<T extends Image<?,T>> |
Interface for objects that wish to listen to shot detections from
the shot detector.
|
Class | Description |
---|---|
CombiShotDetector |
A shot detector that uses evidence from a number of shot detectors
to determine if a shot has been detected.
|
FadeShotBoundary<T extends Image<?,T>> |
Represents a shot boundary that is a fade shot boundary between
two scenes.
|
HistogramVideoShotDetector |
Video shot detector class implemented as a video display listener.
|
LocalHistogramVideoShotDetector |
A shot detector implementing the Steiner et al.
|
ShotBoundary<T extends Image<?,T>> |
A class for encapsulating shot boundary information.
|
VideoKeyframe<T extends Image<?,T>> |
A class that represents a keyframe of a video.
|
VideoShotDetector<I extends Image<?,I>> |
Video shot detector class implemented as a video display listener.
|