Package | Description |
---|---|
org.openimaj.image.processing.face.feature.ltp |
An implementation of the local texture features and comparison measure
defined by Xiaoyang Tan and Bill Triggs.
|
Modifier and Type | Class and Description |
---|---|
class |
GaussianWeighting
A Gaussian
LTPWeighting function. |
class |
TruncatedWeighting
A truncated weighting scheme which cuts-off distances
beyond a threshold.
|
Modifier and Type | Method and Description |
---|---|
protected FImage[] |
AbstractLtpDtFeature.extractDistanceTransforms(FImage[] slices,
LTPWeighting weighting) |
Constructor and Description |
---|
AbstractLtpDtFeature(int width,
int height,
LTPWeighting weighting,
List<List<Pixel>> ltpPixels)
Construct with given parameters.
|
Extractor(FaceAligner<Q> aligner,
LTPWeighting weighting)
Construct the extractor with the given face aligner and weighting scheme.
|
LtpDtFeature(FImage face,
FImage mask,
LTPWeighting weighting)
Construct a
LtpDtFeature feature. |