c

core

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