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 | Method and Description |
---|---|
void |
VisualisationImpl.addOverlay(VisualisationImpl<?> v)
Add an overlay to this visualisation
|
void |
VisualisationImpl.removeOverlay(VisualisationImpl<?> v)
Remove the given overlay from this visualisation
|
Constructor and Description |
---|
VisualisationImpl(VisualisationImpl<?> overlayOn)
Create a new visualisation using an existing image.
|
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.
|
Constructor and Description |
---|
AudioWaveform(VisualisationImpl<?> v)
Create an audio waveform that overlays the given visualisation.
|
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.
|
Constructor and Description |
---|
BarVisualisationBasic(VisualisationImpl<?> v)
Overlay a bar visualisation on the given vis
|
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 | Class and Description |
---|---|
class |
WorldMap<T>
Draws a world map visualisation as an XY plot.
|