Package | Description |
---|---|
org.openimaj.content.slideshow | |
org.openimaj.video | |
org.openimaj.video.processing.shotdetector |
Modifier and Type | Class and Description |
---|---|
class |
VideoSlide
Slide that shows a video.
|
Modifier and Type | Class and Description |
---|---|
class |
VideoDisplayAdapter<T extends Image<?,T>>
An adapter for classes that want to listen to certain events that are
generated from a video display.
|
protected class |
VideoPlayer.VideoPlayerComponent.ButtonsPanel
This class represents the widgets in the video player
|
Modifier and Type | Method and Description |
---|---|
void |
VideoDisplay.addVideoListener(VideoDisplayListener<T> dsl)
Add a listener that will get fired as every frame is displayed.
|
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.
|
class |
VideoShotDetector<I extends Image<?,I>>
Video shot detector class implemented as a video display listener.
|