The OpenIMAJ Core Image Library.
Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images..
Here is the list of declaration for core-image. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.openimaj</groupId> <artifactId>core-image</artifactId> <version>1.3</version> </dependency>
If you think this Maven repository POM file listing for core-image is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The core-image-1.3 has 15 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Library | core 1.3 Core library functionality concerned with general programming problems rather than multimedia specific functionality. Includes I/O utilities, randomisation, hashing and type conversion. | 13 |
JUnit | test-resources 1.3 Resources for running OpenIMAJ JUnit tests. | 7 |
Data Structure | core-math 1.3 Mathematical implementations including geometric, matrix and statistical operators. | 8 |
Development | sanselan 0.97-incubator Apache Sanselan is a pure-Java image library. | 19 |
Swing JavaFX | jai-core 1.1.3 The Java Advanced Imaging API extends the Java 2 platform by allowing sophisticated, high-performance image processing to be incorporated into Java applets and applications. It is a set of classes providing imaging functionality beyond that of Java 2D and the Java Foundation classes, th... | 7 |
Swing JavaFX | jai-codec 1.1.3 Java Advanced Imaging Codecs supporting support BMP, GIF (read only), FlashPix (read only), JPEG, PNG, PNM, TIFF, and WBMP. | 6 |
Swing JavaFX | imageio-jpeg 3.0-rc5 ImageIO plugin for Joint Photographer Expert Group images (JPEG/JFIF). | 9 |
JUnit | junit 4.8.2 JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java. | 919 |
The following plugins are used in the core-image-1.3.jar
The following packages are defined in the core-image-1.3.jar
org.openimaj.image org.openimaj.image.analyser org.openimaj.image.colour org.openimaj.image.combiner org.openimaj.image.dataset org.openimaj.image.mask org.openimaj.image.pixel org.openimaj.image.pixel.sampling org.openimaj.image.pixel.util org.openimaj.image.processor org.openimaj.image.processor.connectedcomponent org.openimaj.image.processor.connectedcomponent.render org.openimaj.image.renderer org.openimaj.image.typography org.openimaj.image.typography.general org.openimaj.image.typography.hershey org.openimaj.image.typography.mathml
Here is the content of the POM file.
<?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-core-libs</artifactId> <groupId>org.openimaj</groupId> <version>1.3</version> <relativePath>../</relativePath> </parent> <groupId>org.openimaj</groupId> <artifactId>core-image</artifactId> <version>1.3</version> <name>The OpenIMAJ Core Image Library</name> <inceptionYear>2011</inceptionYear> <description> Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images. </description> <dependencies> <dependency> <groupId>net.billylieurance.azuresearch</groupId> <artifactId>azure-bing-search-java</artifactId> <version>0.12.0</version> </dependency> <dependency> <groupId>net.sourceforge.jeuclid</groupId> <artifactId>jeuclid-core</artifactId> <version>3.1.9</version> </dependency> <dependency> <groupId>uk.ac.ed.ph.snuggletex</groupId> <artifactId>snuggletex-core</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>uk.ac.ed.ph.snuggletex</groupId> <artifactId>snuggletex-upconversion</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>uk.ac.ed.ph.snuggletex</groupId> <artifactId>snuggletex-jeuclid</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>com.aetrion.flickr</groupId> <artifactId>flickrapi</artifactId> <version>1.2ss.1</version> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>test-resources</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-math</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.sanselan</groupId> <artifactId>sanselan</artifactId> <version>0.97-incubator</version> </dependency> <dependency> <groupId>com.caffeineowl.graphics</groupId> <artifactId>BezierUtils</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>javax.media</groupId> <artifactId>jai-core</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>com.sun.media</groupId> <artifactId>jai-codec</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-jpeg</artifactId> <version>3.0-rc5</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </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>**/*.jhf</exclude> <exclude>**/Hershey.txt</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>