Package | Description |
---|---|
com.jsaragih | |
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
org.openimaj.image.processing.face.tracking.clm |
Modifier and Type | Method and Description |
---|---|
static FDet |
FDet.read(Scanner s,
boolean readType)
Read the Face detector.
|
Modifier and Type | Field and Description |
---|---|
FDet |
CLMFaceDetector.Configuration.faceDetector
The Face detector
|
Modifier and Type | Field and Description |
---|---|
FDet |
MultiTracker.TrackerVars.faceDetector
The Face detector
|
Constructor and Description |
---|
MultiTracker(CLM clm,
FDet fdet,
MFCheck fcheck,
Jama.Matrix rshape,
double[] simil)
Create a tracker using the given model, face detector, failure checker,
reference shape and similarity measures.
|