Download boofcv-javacv-0.30.jar file - Jar b

Jar examples for b:boofcv-javacv

Description

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

You can download jar file boofcv-javacv 0.30 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

boofcv-javacv-0.30-javadoc.jar
boofcv-javacv-0.30-sources.jar
boofcv-javacv-0.30.jar
boofcv-javacv-0.30.pom



Related Tutorials