Download javacv-1.1.jar file - Jar j

Jar examples for j:javacv

Description

BoofCV is an open source Java library for real-time computer vision and robotics applications.

You can download jar file javacv 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add javacv-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

javacv-1.1-javadoc.jar
javacv-1.1-sources.jar
javacv-1.1.jar
javacv-1.1.pom



Related Tutorials