| License |
License |
|---|---|
| Categories |
CategoriesBoofCV Business Logic Libraries Computer Vision |
| GroupId | GroupIdorg.boofcv |
| ArtifactId | ArtifactIdWebcamCapture |
| Last Version | Last Version0.26 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBoofCV
BoofCV is an open source Java library for real-time computer vision and robotics applications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| WebcamCapture-0.26.pom | |
| WebcamCapture-0.26.jar | 1 KB |
| WebcamCapture-0.26-sources.jar | 1 KB |
| WebcamCapture-0.26-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.boofcv/WebcamCapture/ -->
<dependency>
<groupId>org.boofcv</groupId>
<artifactId>WebcamCapture</artifactId>
<version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.boofcv/WebcamCapture/
implementation 'org.boofcv:WebcamCapture:0.26'
// https://jarcasting.com/artifacts/org.boofcv/WebcamCapture/
implementation ("org.boofcv:WebcamCapture:0.26")
'org.boofcv:WebcamCapture:jar:0.26'
<dependency org="org.boofcv" name="WebcamCapture" rev="0.26">
<artifact name="WebcamCapture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boofcv', module='WebcamCapture', version='0.26')
)
libraryDependencies += "org.boofcv" % "WebcamCapture" % "0.26"
[org.boofcv/WebcamCapture "0.26"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.georegression : georegression | jar | 0.12 |
| org.boofcv : ip | jar | 0.26 |
| org.boofcv : io | jar | 0.26 |
| org.boofcv : visualize | jar | 0.26 |
| com.github.sarxos : webcam-capture | jar | 0.3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |