You can download visualisations-1.3.5.jar in this page.
Open Source
visualisations-1.3.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openimaj.content/visualisations/pom.properties META-INF/maven/org.openimaj.content/visualisations/pom.xml org.openimaj.vis.AnimatedVisualisationListener.class org.openimaj.vis.AnimatedVisualisationProvider.class org.openimaj.vis.DataUnitsTransformer.class org.openimaj.vis.VideoVisualisation.class org.openimaj.vis.Visualisation.class org.openimaj.vis.Visualisation3D.class org.openimaj.vis.VisualisationImageProvider.class org.openimaj.vis.VisualisationImpl.class org.openimaj.vis.animators.ColourSpaceAnimator.class org.openimaj.vis.audio.AudioFramePlot.class org.openimaj.vis.audio.AudioOverviewVisualisation.class org.openimaj.vis.audio.AudioSpectrogram.class org.openimaj.vis.audio.AudioWaveform.class org.openimaj.vis.general.AxesRenderer2D.class org.openimaj.vis.general.AxesRenderer3D.class org.openimaj.vis.general.AxisConfig.class org.openimaj.vis.general.AxisRenderer.class org.openimaj.vis.general.AxisRenderer2D.class org.openimaj.vis.general.AxisRenderer3D.class org.openimaj.vis.general.BarVisualisation.class org.openimaj.vis.general.BarVisualisation3D.class org.openimaj.vis.general.BarVisualisationBasic.class org.openimaj.vis.general.CameraPositionProvider.class org.openimaj.vis.general.ChronologicalScrollingBarVisualisation3D.class org.openimaj.vis.general.DiversityAxis.class org.openimaj.vis.general.DotPlotVisualisation.class org.openimaj.vis.general.DotPlotVisualisation3D.class org.openimaj.vis.general.HeatMap.class org.openimaj.vis.general.HeightMap3D.class org.openimaj.vis.general.ImageThumbnailPlotter.class org.openimaj.vis.general.ItemPlotter.class org.openimaj.vis.general.ItemPlotter3D.class org.openimaj.vis.general.JOGLWindow.class org.openimaj.vis.general.LabelTransformer.class org.openimaj.vis.general.LabelledPointVisualisation.class org.openimaj.vis.general.Rectangle3DPlotter.class org.openimaj.vis.general.RotatingCameraProvider.class org.openimaj.vis.general.StrokeColourProvider.class org.openimaj.vis.general.XYPlotVisualisation.class org.openimaj.vis.general.XYZVisualisation3D.class org.openimaj.vis.ternary.TernaryParams.class org.openimaj.vis.ternary.TernaryPlot.class org.openimaj.vis.timeline.Timeline.class org.openimaj.vis.timeline.TimelineObject.class org.openimaj.vis.timeline.TimelineObjectAdapter.class org.openimaj.vis.utils.VisualisationUtils.class org.openimaj.vis.video.ShotBoundaryVideoBarVisualisation.class org.openimaj.vis.video.VideoBarVisualisation.class org.openimaj.vis.video.VideoObjectVisualisation.class org.openimaj.vis.world.WorldMap.class org.openimaj.vis.world.WorldPlace.class org.openimaj.vis.world.WorldPolygons.class org.openimaj.vis.world.package-info.java org/openimaj/vis/world/countries_world.kml
visualisations-1.3.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>openimaj-content-libs</artifactId> <groupId>org.openimaj</groupId> <version>1.3.5</version> <relativePath>../</relativePath> </parent> <groupId>org.openimaj.content</groupId> <artifactId>visualisations</artifactId> <name>The OpenIMAJ Visualisations Library</name> <inceptionYear>2011</inceptionYear> <description> A library that contains classes for visualising various different features, such as audio and video. </description> <dependencies> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-image</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-audio</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>audio-processing</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-video</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>video-processing</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt-main</artifactId> <version>2.0-rc11</version> </dependency> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-main</artifactId> <version>2.0-rc11</version> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.9.0</version> <configuration> <header>src/etc/header.txt</header> <strictCheck>true</strictCheck> <properties> <year>${project.inceptionYear}</year> </properties> <excludes> <exclude>AUTHORS</exclude> <exclude>COPYING</exclude> <exclude>**/*.kml</exclude> </excludes> <mapping> <jtemp>JAVADOC_STYLE</jtemp> </mapping> <useDefaultMapping>true</useDefaultMapping> </configuration> </plugin> <plugin> <groupId>uk.ac.soton.ecs.jsh2</groupId> <artifactId>jtemp-maven-plugin</artifactId> <version>1.2</version> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.6</version> <configuration> <argLine>-Xmx1G -Djava.awt.headless=true</argLine> <!-- <parallel>classes</parallel> <perCoreThreadCount>2</perCoreThreadCount> --> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.openimaj.content</groupId> <artifactId>visualisations</artifactId> <version>1.3.5</version> </dependency>
If you think the following visualisations-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download visualisations-1.3.5.jar file