public class CLMPoseFeature extends Object implements FacialFeature, FeatureVectorProvider<DoubleFV>
| Modifier and Type | Class and Description |
|---|---|
static class |
CLMPoseFeature.Extractor
A
FacialFeatureExtractor for providing CLMPoseFeatures. |
| Modifier | Constructor and Description |
|---|---|
protected |
CLMPoseFeature() |
|
CLMPoseFeature(DoubleFV fv)
Construct the
CLMPoseFeature with the given feature vector. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
binaryHeader()
Header for binary input.
|
DoubleFV |
getFeatureVector()
Get the FeatureVector associated with this object.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
void |
writeBinary(DataOutput out)
Write the content of this as binary to out.
|
protected CLMPoseFeature()
public CLMPoseFeature(DoubleFV fv)
CLMPoseFeature with the given feature vector.fv - the feature vectorpublic void readBinary(DataInput in) throws IOException
ReadableBinaryreadBinary in interface ReadableBinaryin - source to read from.IOException - an error reading inputpublic byte[] binaryHeader()
ReadableBinarybinaryHeader in interface ReadableBinarybinaryHeader in interface WriteableBinarypublic void writeBinary(DataOutput out) throws IOException
WriteableBinarywriteBinary in interface WriteableBinaryout - sink to write toIOException - an error writing to outpublic DoubleFV getFeatureVector()
FeatureVectorProvidergetFeatureVector in interface FeatureVectorProvider<DoubleFV>