Download canova-nd4j-image-0.0.0.14.jar file

Introduction

You can download canova-nd4j-image-0.0.0.14.jar in this page.

License

Apache License

Type List

canova-nd4j-image-0.0.0.14.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.nd4j/canova-nd4j-image/pom.properties
META-INF/maven/org.nd4j/canova-nd4j-image/pom.xml
META-INF/services/javax.imageio.spi.ImageReaderSpi
META-INF/services/javax.imageio.spi.ImageWriterSpi
org.canova.image.format.ImageInputFormat.class
org.canova.image.format.MNISTInputFormat.class
org.canova.image.loader.BaseImageLoader.class
org.canova.image.loader.CifarLoader.class
org.canova.image.loader.ImageByteBuffer.class
org.canova.image.loader.ImageLoader.class
org.canova.image.loader.LFWLoader.class
org.canova.image.mnist.MnistDbFile.class
org.canova.image.mnist.MnistFetcher.class
org.canova.image.mnist.MnistImageFile.class
org.canova.image.mnist.MnistLabelFile.class
org.canova.image.mnist.MnistManager.class
org.canova.image.mnist.draw.DrawMnist.class
org.canova.image.mnist.draw.DrawReconstruction.class
org.canova.image.recordreader.BaseImageRecordReader.class
org.canova.image.recordreader.ImageNameRecordReader.class
org.canova.image.recordreader.ImageNetRecordReader.class
org.canova.image.recordreader.ImageRecordReader.class
org.canova.image.recordreader.MNISTRecordReader.class
org.canova.image.recordreader.VideoRecordReader.class

Pom

canova-nd4j-image-0.0.0.14.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ /*
  ~  *
  ~  *  * Copyright 2015 Skymind,Inc.
  ~  *  *
  ~  *  *    Licensed under the Apache License, Version 2.0 (the "License");
  ~  *  *    you may not use this file except in compliance with the License.
  ~  *  *    You may obtain a copy of the License at
  ~  *  *
  ~  *  *        http://www.apache.org/licenses/LICENSE-2.0
  ~  *  *
  ~  *  *    Unless required by applicable law or agreed to in writing, software
  ~  *  *    distributed under the License is distributed on an "AS IS" BASIS,
  ~  *  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~  *  *    See the License for the specific language governing permissions and
  ~  *  *    limitations under the License.
  ~  *
  ~  */
  -->

<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">
    <parent>
        <artifactId>canova-nd4j</artifactId>
        <groupId>org.nd4j</groupId>
        <version>0.0.0.14</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>canova-nd4j-image</artifactId>

    <dependencies>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>nd4j-x86</artifactId>
            <version>${nd4j.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>canova-nd4j-common</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>canova-data-image</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.github.jai-imageio</groupId>
            <artifactId>jai-imageio-core</artifactId>
            <version>1.3.0</version>
           

        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.imageio</groupId>
            <artifactId>imageio-jpeg</artifactId>
            <version>3.1.1</version>
           

        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.imageio</groupId>
            <artifactId>imageio-tiff</artifactId>
            <version>3.1.1</version>
           

        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.imageio</groupId>
            <artifactId>imageio-psd</artifactId>
            <version>3.1.1</version>
           

        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.imageio</groupId>
            <artifactId>imageio-bmp</artifactId>
            <version>3.1.1</version>
           
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.nd4j</groupId>
   <artifactId>canova-nd4j-image</artifactId>
   <version>0.0.0.14</version>
</dependency>

Download

If you think the following canova-nd4j-image-0.0.0.14.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download canova-nd4j-image-0.0.0.14.jar file




PreviousNext

Related