Package | Description |
---|---|
messif.objects.keys |
Data object keys.
|
Modifier and Type | Class and Description |
---|---|
class |
LuxandFaceKey
Object key for the faces detected by the Luxand FaceSDK library.
|
class |
OCVFaceKey
Object key for the faces detected by the PittPatt library.
|
class |
PittPattFaceKey
Object key for the faces detected by the PittPatt library.
|
Modifier and Type | Method and Description |
---|---|
FaceKey |
FaceKey.clone(java.lang.String locatorURI) |
FaceKey |
FaceKey.clone(java.lang.String locatorURI,
boolean preserveFaceLocatorExcension)
Returns a copy of this key with the given locator URI.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FaceKey.intersect(FaceKey otherFaceKey,
double threshold)
Returns whether this face key has an intersection with the given face key.
|