b

boofcv-WebcamCapture

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