Download opencv-3.1.0-r2-my.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-r2-my 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-r2-my.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials