s

sandbox

A project for various tests that don't quite constitute demos but might be useful to look at.
Files download
File Operation
sandbox-1.3.10.jar download
sandbox-1.3.10.pom download
sandbox-1.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>sandbox</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:sandbox:1.3.10'
Gradle Kotlin
implementation("org.openimaj:sandbox:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj" % "sandbox" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='sandbox', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj" name="sandbox" rev="1.3.10" />
Leiningen
[org.openimaj/sandbox "1.3.10"]
Apache Buildr
'org.openimaj:sandbox:jar:1.3.10'
Dependencies
<parent>
  <groupId>org.openimaj</groupId>
  <artifactId>openimaj-demos</artifactId>
  <version>1.3.10</version>
</parent>

compile

|-- org.openimaj.content:slideshow:1.3.10

|-- org.geotools:gt-referencing:12-RC1

|-- org.openimaj.hardware:serial-driver:1.3.10

|-- org.openimaj:vector-image:1.3.10

|-- org.openimaj:camera-calibration:1.3.10

|-- org.openimaj:image-indexing-retrieval:1.3.10

|-- org.openimaj:common-stream:1.3.10

|-- com.googlecode.streamflyer-regex-fast:streamflyer-regex-fast:1.0.1

|-- org.openimaj.storm:core-storm:1.3.10

|-- org.tinyjee.jgraphx:jgraphx:1.10.1.3

|-- mx.bigdata.jcalais:j-calais:1.0

|-- org.openimaj:core-rdf:1.3.10

|-- org.openimaj:image-local-features:1.3.10

|-- org.openimaj.hadoop.tools:HadoopTwitterTokenTool:1.3.10

|-- org.openimaj.hadoop.tools:core-hadoop-tool:1.3.10

|-- org.openimaj:faces:1.3.10

|-- org.openimaj:FaceTools:1.3.10

|-- org.openimaj:image-feature-extraction:1.3.10

|-- org.openimaj:core-video-capture:1.3.10

|-- org.openimaj:xuggle-video:1.3.10

|-- org.openimaj:klt-tracker:1.3.10

|-- org.openimaj:audio-processing:1.3.10

|-- org.openimaj:FaceTracker:1.3.10

|-- org.openimaj:video-processing:1.3.10

|-- org.openimaj.content:animation:1.3.10

|-- org.openimaj:image-annotation:1.3.10

|-- org.openimaj:demos:1.3.10

|-- org.openimaj.hardware:kinect:1.3.10

|-- org.openimaj.tools:ClusterQuantiserTool:1.3.10

|-- org.openimaj.tools:LocalFeaturesTool:1.3.10

|-- org.encog:encog-core:3.0.1

|-- net.sf.phat:sphinx4-core:5prealpha

|-- net.sf.phat:sphinx4-data:5prealpha

|-- org.openimaj.content:visualisations:1.3.10

|-- be.ac.ulg.montefiore.run.jahmm:jahmm:0.6.2

|-- com.sna-projects.krati:krati:0.4.6

|-- com.sun.jersey:jersey-server:1.15

|-- com.sun.jersey:jersey-grizzly2:1.15

|-- tw.edu.ntu.csie:libsvm:3.1

|-- org.mongodb:mongo-java-driver:2.11.1

|-- cc.mallet:mallet:2.0.7-RC2

test

|-- junit:junit:4.8.2