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 | Interface and Description |
---|---|
interface |
AnimatedVisualisationProvider
An interface for visualisation objects that are able to provide animated
visualisations.
|
interface |
Visualisation<T>
An API for objects that are able to provide visualisation for some data.
|
Modifier and Type | Class and Description |
---|---|
class |
Visualisation3D<D> |
class |
VisualisationImpl<T>
A top level class for visualisations.
|
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 |
BarVisualisation3D
Plots oneOverDataLength bars in oneOverDataLength 3-dimensional space, which means there are 2 dimensions for
representing the coordinate of oneOverDataLength bar.
|
class |
BarVisualisationBasic
The basic bar visualisation that can be used to draw a bar graph of
any data set to an RGBA MBFImage.
|
class |
ChronologicalScrollingBarVisualisation3D
A chronological bar chart, where each time you add a data point, the visualisation is
moved along and another set of data is added to the 3D visualisation.
|
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 |
DotPlotVisualisation3D |
class |
HeatMap
Visualise heat maps
|
class |
HeightMap3D
Visualisation that draws a height map in 3d.
|
class |
LabelledPointVisualisation
Plots dots with a label.
|
class |
Rectangle3DPlotter
Plots rectangles into a 3D space.
|
class |
XYPlotVisualisation<O>
Abstract visualisation for plotting X,Y items.
|
class |
XYZVisualisation3D<D>
3 dimensional plot of objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimelineObject
An object that can be drawn into a timeline needs to be able to provide
the start and end time of its data, and also be able to accept a size
at which it should draw itself.
|
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.
|