Download feature-0.19.jar file - Jar f

Jar examples for f:feature

Description

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

You can download jar file feature 0.19 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add feature-0.19.jar to your project.

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

Download

Click the following link to download the jar file.

feature-0.19-javadoc.jar
feature-0.19-sources.jar
feature-0.19.jar
feature-0.19.pom



Related Tutorials