Package | Description |
---|---|
org.openimaj.vis | |
org.openimaj.vis.audio | |
org.openimaj.vis.general | |
org.openimaj.vis.timeline | |
org.openimaj.vis.video | |
org.openimaj.vis.world |
Modifier and Type | Class and Description |
---|---|
class |
VisualisationImpl<T>
A top level class for visualisations.
|
Modifier and Type | Method and Description |
---|---|
void |
AnimatedVisualisationProvider.addAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Add a visualisation listener to be informed of animation events.
|
void |
Visualisation3D.addAnimatedVisualisationListener(AnimatedVisualisationListener avl) |
void |
AnimatedVisualisationProvider.removeAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Remove a given listener from being informed of animation events.
|
void |
Visualisation3D.removeAnimatedVisualisationListener(AnimatedVisualisationListener avl) |
Modifier and Type | Class and Description |
---|---|
class |
AudioOverviewVisualisation
Utilises an audio processor to plot the audio waveform to an image.
|
class |
AudioSpectrogram
A spectrogram visualisation that scrolls the audio visualisation as the audio
is processed.
|
class |
AudioWaveform
A visualisation for signals.
|
Modifier and Type | Class and Description |
---|---|
class |
BarVisualisation
The
BarVisualisation can be used to draw to an image a bar graph of
any data set to an RGBA MBFImage. |
class |
BarVisualisationBasic
The basic bar visualisation that can be used to draw a bar graph of
any data set to an RGBA MBFImage.
|
class |
DiversityAxis<O>
A horizontal axis on which items can be plotted and grouped into bands.
|
class |
DotPlotVisualisation
Plots blobs proportional to the size of the value.
|
class |
HeatMap
Visualise heat maps
|
class |
LabelledPointVisualisation
Plots dots with a label.
|
class |
XYPlotVisualisation<O>
Abstract visualisation for plotting X,Y items.
|
Modifier and Type | Class and Description |
---|---|
class |
Timeline
A timeline visualisation.
|
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 | 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.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoBarVisualisation.addAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Add a visualisation listener to be informed of animation events.
|
void |
VideoBarVisualisation.removeAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Remove a given listener from being informed of animation events.
|
Modifier and Type | Class and Description |
---|---|
class |
WorldMap<T>
Draws a world map visualisation as an XY plot.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldMap.addAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Add a visualisation listener to be informed of animation events.
|
void |
WorldMap.removeAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Remove a given listener from being informed of animation events.
|