Download opencv-3.1.0.jar file

Introduction

You can download opencv-3.1.0.jar in this page.

License

BSD License

Type List

opencv-3.1.0.jar file has the following types.

META-INF.maven.org.bytedeco.javacpp-presets.opencv.pom.properties
META-INF.maven.org.bytedeco.javacpp-presets.opencv.pom.xml
META-INF/MANIFEST.MF
org.bytedeco.javacpp.cvkernels.class
org.bytedeco.javacpp.helper.opencv_calib3d.class
org.bytedeco.javacpp.helper.opencv_core.class
org.bytedeco.javacpp.helper.opencv_imgcodecs.class
org.bytedeco.javacpp.helper.opencv_imgproc.class
org.bytedeco.javacpp.helper.opencv_ml.class
org.bytedeco.javacpp.helper.opencv_objdetect.class
org.bytedeco.javacpp.helper.opencv_video.class
org.bytedeco.javacpp.opencv_calib3d.class
org.bytedeco.javacpp.opencv_core.class
org.bytedeco.javacpp.opencv_dnn.class
org.bytedeco.javacpp.opencv_face.class
org.bytedeco.javacpp.opencv_features2d.class
org.bytedeco.javacpp.opencv_flann.class
org.bytedeco.javacpp.opencv_highgui.class
org.bytedeco.javacpp.opencv_imgcodecs.class
org.bytedeco.javacpp.opencv_imgproc.class
org.bytedeco.javacpp.opencv_ml.class
org.bytedeco.javacpp.opencv_objdetect.class
org.bytedeco.javacpp.opencv_optflow.class
org.bytedeco.javacpp.opencv_photo.class
org.bytedeco.javacpp.opencv_shape.class
org.bytedeco.javacpp.opencv_stitching.class
org.bytedeco.javacpp.opencv_superres.class
org.bytedeco.javacpp.opencv_video.class
org.bytedeco.javacpp.opencv_videoio.class
org.bytedeco.javacpp.opencv_videostab.class
org.bytedeco.javacpp.opencv_xfeatures2d.class
org.bytedeco.javacpp.opencv_ximgproc.class
org.bytedeco.javacpp.presets.opencv_calib3d.class
org.bytedeco.javacpp.presets.opencv_core.class
org.bytedeco.javacpp.presets.opencv_dnn.class
org.bytedeco.javacpp.presets.opencv_face.class
org.bytedeco.javacpp.presets.opencv_features2d.class
org.bytedeco.javacpp.presets.opencv_flann.class
org.bytedeco.javacpp.presets.opencv_highgui.class
org.bytedeco.javacpp.presets.opencv_imgcodecs.class
org.bytedeco.javacpp.presets.opencv_imgproc.class
org.bytedeco.javacpp.presets.opencv_ml.class
org.bytedeco.javacpp.presets.opencv_objdetect.class
org.bytedeco.javacpp.presets.opencv_optflow.class
org.bytedeco.javacpp.presets.opencv_photo.class
org.bytedeco.javacpp.presets.opencv_shape.class
org.bytedeco.javacpp.presets.opencv_stitching.class
org.bytedeco.javacpp.presets.opencv_superres.class
org.bytedeco.javacpp.presets.opencv_video.class
org.bytedeco.javacpp.presets.opencv_videoio.class
org.bytedeco.javacpp.presets.opencv_videostab.class
org.bytedeco.javacpp.presets.opencv_xfeatures2d.class
org.bytedeco.javacpp.presets.opencv_ximgproc.class

Pom

opencv-3.1.0.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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.bytedeco</groupId>
    <artifactId>javacpp-presets</artifactId>
    <version>1.2</version>
  </parent>

  <groupId>org.bytedeco.javacpp-presets</groupId>
  <artifactId>opencv</artifactId>
  <version>3.1.0-${project.parent.version}</version>
  <packaging>jar</packaging>
  <name>JavaCPP Presets for OpenCV</name>

  <properties>
    <javacpp.platform.oldcompiler>${javacpp.platform.compiler}</javacpp.platform.oldcompiler>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.bytedeco</groupId>
      <artifactId>javacpp</artifactId>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <encoding>ISO-8859-1</encoding>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.bytedeco</groupId>
        <artifactId>javacpp</artifactId>
        <configuration>
          <propertyKeysAndValues>
            <property>
              <name>platform.root</name>
              <value>${javacpp.platform.root}</value>
            </property>
            <property>
              <name>platform.compiler</name>
              <value>${javacpp.platform.oldcompiler}</value>
            </property>
          </propertyKeysAndValues>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <encoding>ISO-8859-1</encoding>
        </configuration>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.bytedeco.javacpp-presets</groupId>
   <artifactId>opencv</artifactId>
   <version>3.1.0</version>
</dependency>

Download

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



Download opencv-3.1.0.jar file




PreviousNext

Related