public static class CLMShapeFeature.Extractor extends Object implements FacialFeatureExtractor<CLMShapeFeature,CLMDetectedFace>
FacialFeatureExtractor for providing CLMShapeFeatures.| Constructor and Description |
|---|
Extractor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
binaryHeader()
Header for binary input.
|
CLMShapeFeature |
extractFeature(CLMDetectedFace face)
Extract features from an object and return them.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
void |
writeBinary(DataOutput out)
Write the content of this as binary to out.
|
public Extractor()
public CLMShapeFeature extractFeature(CLMDetectedFace face)
FeatureExtractorextractFeature in interface FeatureExtractor<CLMShapeFeature,CLMDetectedFace>face - the object to extract frompublic 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 out