Package | Description |
---|---|
org.openimaj.video.processing.shotdetector |
Modifier and Type | Class and Description |
---|---|
class |
CombiShotDetector
A shot detector that uses evidence from a number of shot detectors
to determine if a shot has been detected.
|
class |
HistogramVideoShotDetector
Video shot detector class implemented as a video display listener.
|
class |
LocalHistogramVideoShotDetector
A shot detector implementing the Steiner et al.
|
Modifier and Type | Method and Description |
---|---|
void |
CombiShotDetector.addVideoShotDetector(VideoShotDetector<MBFImage> detector,
double weight)
Add a shot detector that will be used in the evidence gathering.
|