Package | Description |
---|---|
org.openimaj.image.processing.face.feature.comparison | |
org.openimaj.image.processing.face.similarity |
Modifier and Type | Class and Description |
---|---|
class |
DoGSIFTFeatureComparator
A
FacialFeatureComparator for comparing DoGSIFTFeature s. |
class |
FaceFVComparator<T extends FacialFeature & FeatureVectorProvider<Q>,Q extends FeatureVector>
A generic
FacialFeatureComparator for FacialFeature s that can
provide FeatureVector s through the FeatureVectorProvider
interface. |
class |
LtpDtFeatureComparator
A comparator for Local Trinary Pattern Features using a
Euclidean distance transform.
|
class |
ReversedLtpDtFeatureComparator
A comparator for Local Trinary Pattern Features using a
Euclidean distance transform.
|
Modifier and Type | Method and Description |
---|---|
FacialFeatureComparator<F> |
FaceSimilarityEngine.comparator() |
Modifier and Type | Method and Description |
---|---|
static <D extends DetectedFace,F extends FacialFeature,I extends Image<?,I>> |
FaceSimilarityEngine.create(FaceDetector<D,I> detector,
FacialFeatureExtractor<F,D> extractor,
FacialFeatureComparator<F> comparator)
Create a new
FaceSimilarityEngine from the
specified detector, extractor and comparator. |
Constructor and Description |
---|
FaceSimilarityEngine(FaceDetector<D,I> detector,
FacialFeatureExtractor<F,D> extractor,
FacialFeatureComparator<F> comparator)
Construct a new
FaceSimilarityEngine from the
specified detector, extractor and comparator. |