b

boofcv-feature

BoofCV is an open source Java library for real-time computer vision and robotics applications.
https://boofcv.org
The Apache License, Version 2.0
Peter Abeles
Files download
File Operation
boofcv-feature-1.1.4.jar download
boofcv-feature-1.1.4.pom download
boofcv-feature-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.boofcv</groupId>
  <artifactId>boofcv-feature</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'org.boofcv:boofcv-feature:1.1.4'
Gradle Kotlin
implementation("org.boofcv:boofcv-feature:1.1.4")
Scala SBT
libraryDependencies += "org.boofcv" % "boofcv-feature" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.boofcv', module='boofcv-feature', version='1.1.4')
)
Apache Ivy
<dependency org="org.boofcv" name="boofcv-feature" rev="1.1.4" />
Leiningen
[org.boofcv/boofcv-feature "1.1.4"]
Apache Buildr
'org.boofcv:boofcv-feature:jar:1.1.4'