You can download opencv-2.4.11.jar in this page.
BSD License
opencv-2.4.11.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openpnp/opencv/pom.properties META-INF/maven/org.openpnp/opencv/pom.xml nu.pattern.OpenCV.class nu/pattern/opencv/linux/x86_32/README.md nu/pattern/opencv/linux/x86_32/cmake.log nu/pattern/opencv/linux/x86_32/libopencv_java2411.so nu/pattern/opencv/linux/x86_64/README.md nu/pattern/opencv/linux/x86_64/cmake.log nu/pattern/opencv/linux/x86_64/libopencv_java2411.so nu/pattern/opencv/osx/x86_64/README.md nu/pattern/opencv/osx/x86_64/cmake.log nu/pattern/opencv/osx/x86_64/libopencv_java2411.dylib nu/pattern/opencv/windows/x86_32/opencv_java2411.dll nu/pattern/opencv/windows/x86_64/opencv_java2411.dll org.opencv.calib3d.Calib3d.class org.opencv.calib3d.StereoBM.class org.opencv.calib3d.StereoSGBM.class org.opencv.contrib.Contrib.class org.opencv.contrib.FaceRecognizer.class org.opencv.contrib.StereoVar.class org.opencv.core.Algorithm.class org.opencv.core.Core.class org.opencv.core.CvException.class org.opencv.core.CvType.class org.opencv.core.Mat.class org.opencv.core.MatOfByte.class org.opencv.core.MatOfDMatch.class org.opencv.core.MatOfDouble.class org.opencv.core.MatOfFloat.class org.opencv.core.MatOfFloat4.class org.opencv.core.MatOfFloat6.class org.opencv.core.MatOfInt.class org.opencv.core.MatOfInt4.class org.opencv.core.MatOfKeyPoint.class org.opencv.core.MatOfPoint.class org.opencv.core.MatOfPoint2f.class org.opencv.core.MatOfPoint3.class org.opencv.core.MatOfPoint3f.class org.opencv.core.MatOfRect.class org.opencv.core.Point.class org.opencv.core.Point3.class org.opencv.core.Range.class org.opencv.core.Rect.class org.opencv.core.RotatedRect.class org.opencv.core.Scalar.class org.opencv.core.Size.class org.opencv.core.TermCriteria.class org.opencv.features2d.DMatch.class org.opencv.features2d.DescriptorExtractor.class org.opencv.features2d.DescriptorMatcher.class org.opencv.features2d.FeatureDetector.class org.opencv.features2d.Features2d.class org.opencv.features2d.GenericDescriptorMatcher.class org.opencv.features2d.KeyPoint.class org.opencv.gpu.DeviceInfo.class org.opencv.gpu.Gpu.class org.opencv.gpu.TargetArchs.class org.opencv.highgui.Highgui.class org.opencv.highgui.VideoCapture.class org.opencv.imgproc.CLAHE.class org.opencv.imgproc.Imgproc.class org.opencv.imgproc.Moments.class org.opencv.imgproc.Subdiv2D.class org.opencv.ml.CvANN_MLP.class org.opencv.ml.CvANN_MLP_TrainParams.class org.opencv.ml.CvBoost.class org.opencv.ml.CvBoostParams.class org.opencv.ml.CvDTree.class org.opencv.ml.CvDTreeParams.class org.opencv.ml.CvERTrees.class org.opencv.ml.CvGBTrees.class org.opencv.ml.CvGBTreesParams.class org.opencv.ml.CvKNearest.class org.opencv.ml.CvNormalBayesClassifier.class org.opencv.ml.CvParamGrid.class org.opencv.ml.CvRTParams.class org.opencv.ml.CvRTrees.class org.opencv.ml.CvSVM.class org.opencv.ml.CvSVMParams.class org.opencv.ml.CvStatModel.class org.opencv.ml.EM.class org.opencv.ml.Ml.class org.opencv.objdetect.CascadeClassifier.class org.opencv.objdetect.HOGDescriptor.class org.opencv.objdetect.Objdetect.class org.opencv.photo.Photo.class org.opencv.utils.Converters.class org.opencv.video.BackgroundSubtractor.class org.opencv.video.BackgroundSubtractorMOG.class org.opencv.video.BackgroundSubtractorMOG2.class org.opencv.video.KalmanFilter.class org.opencv.video.Video.class
opencv-2.4.11.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <groupId>org.openpnp</groupId> <artifactId>opencv</artifactId> <version>2.4.11-2</version> <name>OpenPnP OpenCV</name> <description>OpenCV packaged with native libraries and loader for multiple platforms.</description> <url>http://github.com/openpnp/opencv</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <profiles> <profile> <id>jdk-8</id> <activation> <jdk>1.8</jdk> </activation> <properties> <!-- OpenCV's Javadocs fail DocLint tests. See http://stackoverflow.com/a/16743137 for tip. --> <javadoc.parameters>-Xdoclint:none</javadoc.parameters> </properties> </profile> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>gpg.sign</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <useAgent>false</useAgent> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <licenses> <license> <name>BSD License</name> <url>http://github.com/Itseez/opencv/raw/master/LICENSE</url> </license> </licenses> <scm> <url>http://github.com/openpnp/opencv</url> <connection>scm:git:http://github.com/openpnp/opencv.git</connection> <developerConnection>scm:git:http://github.com/openpnp/opencv.git</developerConnection> <tag>v2.4.11-2</tag> </scm> <issueManagement> <system>GitHub</system> <url>http://github.com/openpnp/opencv/issues</url> </issueManagement> <developers> <developer> <id>vonnieda</id> <name>Jason von Nieda</name> <email>jason@vonnieda.org</email> <organization>OpenPnP</organization> <organizationUrl>http://openpnp.org</organizationUrl> <roles> <role>maintainer</role> </roles> </developer> <developer> <id>michaelahlers</id> <name>Michael Ahlers</name> <email>michael.ahlers@pattern.nu</email> <organization>Pattern</organization> <organizationUrl>http://pattern.nu</organizationUrl> <roles> <role>maintainer</role> </roles> <!--<properties> <picUrl>http://pattern.nu/images/team/michael.ahlers.png</picUrl> </properties>--> </developer> </developers> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>false</autoReleaseAfterClose> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <!-- Extracts the compiled Java classes and sources built by the OpenCV project. Avoids any manual process which may introduce errors. --> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> <executions> <execution> <phase>generate-sources</phase> <configuration> <tasks> <echo>Extracting Java classes.</echo> <unjar src="${project.basedir}/upstream/opencv-2411.jar" dest="${project.build.directory}/classes"> <patternset> <include name="**/*.class"/> </patternset> </unjar> <echo>Extracting Java test classes.</echo> <unjar src="${project.basedir}/upstream/opencv-test.jar" dest="${project.build.directory}/test-classes"> <patternset> <include name="**/*.class"/> </patternset> </unjar> <echo>Extracting Java sources.</echo> <unjar src="${project.basedir}/upstream/opencv-2411.jar" dest="${project.build.directory}/upstream-sources"> <patternset> <include name="**/*.java"/> </patternset> </unjar> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <!-- The upstream sources should be included in the source JAR, but not the binary JAR. Ensure upstream-sources is added after the compile phase and before package. --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.8</version> <executions> <execution> <phase>prepare-package</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>${project.build.directory}/upstream-sources</source> </sources> </configuration> </execution> </executions> </plugin> <!-- Package local and upstream sources. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.12.4</version> <configuration> <systemProperties> <property> <name>java.util.logging.config.file</name> <value>${project.build.directory}/test-classes/logging.properties</value> </property> </systemProperties> <properties> <!-- Bootstrap the test classes with the extracted library, if applicable. --> <property> <name>listener</name> <value>nu.pattern.LoadLibraryRunListener</value> </property> </properties> <!-- It's preferred to keep all upstream resources contained in a single location. Since the test classes use the working directory to find their fixtures, it's necessary to specify this location at test time. --> <workingDirectory>${project.basedir}/upstream</workingDirectory> <excludes> <!-- Contains no test cases (it's the base class for others, however), so it must be excluded to avoid failrues. --> <exclude>**/OpenCVTestCase.*</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <links> <link>http://docs.opencv.org/java/</link> <link>http://docs.oracle.com/javase/8/docs/api/</link> </links> <additionalparam>${javadoc.parameters}</additionalparam> </configuration> </plugin> </plugins> <pluginManagement> <plugins> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId> org.apache.maven.plugins </groupId> <artifactId> maven-antrun-plugin </artifactId> <versionRange>[1.3,)</versionRange> <goals> <goal>run</goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.openpnp</groupId> <artifactId>opencv</artifactId> <version>2.4.11</version> </dependency>
If you think the following opencv-2.4.11.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download opencv-2.4.11.jar file