b

boofcv-reconstruction

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
文件下载
文件名 操作
boofcv-reconstruction-0.44.jar 下载
boofcv-reconstruction-0.44.pom 下载
boofcv-reconstruction-0.44-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.boofcv</groupId>
  <artifactId>boofcv-reconstruction</artifactId>
  <version>0.44</version>
</dependency>
Gradle Groovy
implementation 'org.boofcv:boofcv-reconstruction:0.44'
Gradle Kotlin
implementation("org.boofcv:boofcv-reconstruction:0.44")
Scala SBT
libraryDependencies += "org.boofcv" % "boofcv-reconstruction" % "0.44"
Groovy Grape
@Grapes(
  @Grab(group='org.boofcv', module='boofcv-reconstruction', version='0.44')
)
Apache Ivy
<dependency org="org.boofcv" name="boofcv-reconstruction" rev="0.44" />
Leiningen
[org.boofcv/boofcv-reconstruction "0.44"]
Apache Buildr
'org.boofcv:boofcv-reconstruction:jar:0.44'