| Package | Description |
|---|---|
| org.openimaj.image | |
| org.openimaj.video |
| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayUtilities.ScalingImageComponent
An extension of
DisplayUtilities.ImageComponent that scales the displayed image. |
| Modifier and Type | Method and Description |
|---|---|
DisplayUtilities.ImageComponent |
VideoDisplay.getScreen()
Get the frame the video is being drawn to
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Image<?,T>> |
VideoDisplay.createVideoDisplay(Video<T> video,
DisplayUtilities.ImageComponent ic)
Convenience function to create a VideoDisplay from a video in a new
window.
|
| Constructor and Description |
|---|
VideoDisplay(Video<T> v,
AudioStream a,
DisplayUtilities.ImageComponent screen)
Construct a video display with the given video and audio
|
VideoDisplay(Video<T> v,
DisplayUtilities.ImageComponent screen)
Construct a video display with the given video and frame.
|
VideoPlayer(Video<T> v,
AudioStream audio,
DisplayUtilities.ImageComponent screen)
Created the video player for the given video on the given image
component.
|
VideoPlayerComponent(DisplayUtilities.ImageComponent ic)
Create a new player component using the display component
|