You can download image-annotation-1.3.1.jar in this page.
Open Source
image-annotation-1.3.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openimaj/image-annotation/pom.properties META-INF/maven/org.openimaj/image-annotation/pom.xml org.openimaj.image.annotation.evaluation.dataset.Corel5kDataset.class org.openimaj.image.annotation.evaluation.dataset.CorelAnnotatedImage.class org.openimaj.image.annotation.evaluation.dataset.ImageWrapper.class org.openimaj.image.annotation.evaluation.dataset.StandardCorel5kSplit.class org.openimaj.image.annotation.evaluation.datasets.Caltech101.class org.openimaj.image.annotation.evaluation.datasets.MMSys2013.class
image-annotation-1.3.1.pom file content.
<?xml version="1.0"?> <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-image</artifactId> <groupId>org.openimaj</groupId> <version>1.3.1</version> <relativePath>../</relativePath> </parent> <groupId>org.openimaj</groupId> <artifactId>image-annotation</artifactId> <version>1.3.1</version> <name>The OpenIMAJ Image Feature Extraction Library</name> <inceptionYear>2011</inceptionYear> <description> Methods for describing automatic image annotators </description> <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <!-- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> --> </properties> <dependencies> <dependency> <groupId>org.openimaj</groupId> <artifactId>image-feature-extraction</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>machine-learning</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-experiment</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-web</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> <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> </excludes> <mapping> <jtemp>JAVADOC_STYLE</jtemp> </mapping> <useDefaultMapping>true</useDefaultMapping> </configuration> </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</groupId> <artifactId>image-annotation</artifactId> <version>1.3.1</version> </dependency>
If you think the following image-annotation-1.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download image-annotation-1.3.1.jar file