Package | Description |
---|---|
org.openimaj.vis | |
org.openimaj.vis.general | |
org.openimaj.vis.video | |
org.openimaj.vis.world |
Modifier and Type | Class and Description |
---|---|
class |
Visualisation3D<D> |
Modifier and Type | Method and Description |
---|---|
void |
VisualisationImpl.newVisualisationAvailable(AnimatedVisualisationProvider avp)
Called by the
AnimatedVisualisationProvider when
a new visualisation is available to drawn (but hasn't been
drawn yet). |
void |
AnimatedVisualisationListener.newVisualisationAvailable(AnimatedVisualisationProvider avp)
Called by the
AnimatedVisualisationProvider when
a new visualisation is available to drawn (but hasn't been
drawn yet). |
Modifier and Type | Class and Description |
---|---|
class |
BarVisualisation3D
Plots oneOverDataLength bars in oneOverDataLength 3-dimensional space, which means there are 2 dimensions for
representing the coordinate of oneOverDataLength bar.
|
class |
DotPlotVisualisation3D |
class |
HeightMap3D
Visualisation that draws a height map in 3d.
|
class |
Rectangle3DPlotter
Plots rectangles into a 3D space.
|
class |
XYZVisualisation3D<D>
3 dimensional plot of objects.
|
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.
|