Interface | Description |
---|---|
FacialFeatureComparator<T extends FacialFeature> |
Interface for classes capable of comparing two
FacialFeature s
and producing a score. |
Class | Description |
---|---|
DoGSIFTFeatureComparator |
A
FacialFeatureComparator for comparing DoGSIFTFeature s. |
FaceFVComparator<T extends FacialFeature & FeatureVectorProvider<Q>,Q extends FeatureVector> |
A generic
FacialFeatureComparator for FacialFeature s that can
provide FeatureVector s through the FeatureVectorProvider
interface. |
LtpDtFeatureComparator |
A comparator for Local Trinary Pattern Features using a
Euclidean distance transform.
|
ReversedLtpDtFeatureComparator |
A comparator for Local Trinary Pattern Features using a
Euclidean distance transform.
|