Download visualize-0.24.jar file - Jar v

Jar examples for v:visualize

Description

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

You can download jar file visualize 0.24 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add visualize-0.24.jar to your project.

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

Download

Click the following link to download the jar file.

visualize-0.24-javadoc.jar
visualize-0.24-sources.jar
visualize-0.24.jar
visualize-0.24.pom



Related Tutorials