License |
License |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdFaceTools |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFaceTools
Tools for detecting, extracting and comparing faces within images.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
FaceTools-1.3.10.pom | |
FaceTools-1.3.10.jar | 78 KB |
FaceTools-1.3.10-sources.jar | 39 KB |
FaceTools-1.3.10-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/FaceTools/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>FaceTools</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/FaceTools/
implementation 'org.openimaj:FaceTools:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/FaceTools/
implementation ("org.openimaj:FaceTools:1.3.10")
'org.openimaj:FaceTools:jar:1.3.10'
<dependency org="org.openimaj" name="FaceTools" rev="1.3.10">
<artifact name="FaceTools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='FaceTools', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "FaceTools" % "1.3.10"
[org.openimaj/FaceTools "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : ImprovedArgs4J | jar | 1.3.10 |
org.openimaj : faces | jar | 1.3.10 |
org.openimaj : core-video | jar | 1.3.10 |
org.openimaj : video-processing | jar | 1.3.10 |
org.openimaj : xuggle-video | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |