Download opencv-3.1.0.jar file - Jar o

Jar examples for o:opencv

Description

OpenCV packaged with native libraries and loader for multiple platforms.

You can download jar file opencv 3.1.0 in this page.

License

GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add opencv-3.1.0.jar to your project.

<dependency>
   <groupId>com.mytechia</groupId>
   <artifactId>opencv</artifactId>
   <version>3.1.0</version>
</dependency>
compile group: 'com.mytechia', name: 'opencv', version: '3.1.0'
libraryDependencies += "com.mytechia" % "opencv" % "3.1.0"
<dependency org="com.mytechia" name="opencv" rev="3.1.0"/>
@Grapes(@Grab(group='com.mytechia', module='opencv', version='3.1.0'))
'com.mytechia:opencv:jar:3.1.0'

Download

Click the following link to download the jar file.

opencv-3.1.0-javadoc.jar
opencv-3.1.0-sources.jar
opencv-3.1.0.pom



Related Tutorials