Download boofcv-0.15.jar file - Jar b

Jar examples for b:boofcv

Description

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

You can download jar file boofcv 0.15 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

boofcv-0.15-javadoc.jar
boofcv-0.15-sources.jar
boofcv-0.15.jar
boofcv-0.15.pom



Related Tutorials