Package | Description |
---|---|
org.openimaj.vis.audio | |
org.openimaj.vis.timeline | |
org.openimaj.vis.video |
Modifier and Type | Class and Description |
---|---|
class |
AudioOverviewVisualisation
Utilises an audio processor to plot the audio waveform to an image.
|
Modifier and Type | Class and Description |
---|---|
class |
TimelineObjectAdapter<T>
A timeline object is a temporal object and is able to drawn sections
of temporal data into a given viewport.
|
Modifier and Type | Method and Description |
---|---|
Timeline.TimelineTrack |
Timeline.addTimelineObject(Timeline.TimelineTrack tt,
TimelineObject obj)
Add an object to a track.
|
Modifier and Type | Method and Description |
---|---|
void |
Timeline.TimelineObjectPlotter.plotObject(MBFImage visImage,
XYPlotVisualisation.LocatedObject<TimelineObject> object,
AxesRenderer2D<Float[],MBFImage> renderer)
Plots a specific object to the visualisation using the
AxesRenderer2D to
provide the position of the object. |
Modifier and Type | Class and Description |
---|---|
class |
ShotBoundaryVideoBarVisualisation
Will display a video in a timeline with shot detections marked on it.
|
class |
VideoBarVisualisation
Displays a block, or bar, which represents the data.
|
class |
VideoObjectVisualisation
A visualisation that is designed to show the position of an object over
the course of the video.
|