| Interface | Description |
|---|---|
| FacialFeatureComparator<T extends FacialFeature> |
Interface for classes capable of comparing two
FacialFeatures
and producing a score. |
| Class | Description |
|---|---|
| DoGSIFTFeatureComparator |
A
FacialFeatureComparator for comparing DoGSIFTFeatures. |
| FaceFVComparator<T extends FacialFeature & FeatureVectorProvider<Q>,Q extends FeatureVector> |
A generic
FacialFeatureComparator for FacialFeatures that can
provide FeatureVectors 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.
|