i

ip

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