License |
License
Academic/non-profit/non-commercial License
|
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdFaceTracker |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFaceTracker
Port of Jason Mora Saragih's FaceTracker to Java using OpenIMAJ.
FaceTracker is an implementation of a facial model tracker using
a Constrained Local Model.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
FaceTracker-1.3.10.pom | |
FaceTracker-1.3.10.jar | 559 KB |
FaceTracker-1.3.10-sources.jar | 545 KB |
FaceTracker-1.3.10-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/FaceTracker/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>FaceTracker</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/FaceTracker/
implementation 'org.openimaj:FaceTracker:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/FaceTracker/
implementation ("org.openimaj:FaceTracker:1.3.10")
'org.openimaj:FaceTracker:jar:1.3.10'
<dependency org="org.openimaj" name="FaceTracker" rev="1.3.10">
<artifact name="FaceTracker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='FaceTracker', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "FaceTracker" % "1.3.10"
[org.openimaj/FaceTracker "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : image-processing | jar | 1.3.10 |
org.openimaj : object-detection | jar | 1.3.10 |
org.openimaj : core-video-capture | jar | 1.3.10 |
org.openimaj : xuggle-video | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |