public static class DoGSIFTFeature.Extractor extends Object implements FacialFeatureExtractor<DoGSIFTFeature,DetectedFace>
FacialFeatureExtractor
for producing DoGSIFTFeature
sConstructor and Description |
---|
Extractor()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
binaryHeader()
Header for binary input.
|
DoGSIFTFeature |
extractFeature(DetectedFace 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 void readBinary(DataInput in) throws IOException
ReadableBinary
readBinary
in interface ReadableBinary
in
- source to read from.IOException
- an error reading inputpublic byte[] binaryHeader()
ReadableBinary
binaryHeader
in interface ReadableBinary
binaryHeader
in interface WriteableBinary
public void writeBinary(DataOutput out) throws IOException
WriteableBinary
writeBinary
in interface WriteableBinary
out
- sink to write toIOException
- an error writing to outpublic DoGSIFTFeature extractFeature(DetectedFace face)
FeatureExtractor
extractFeature
in interface FeatureExtractor<DoGSIFTFeature,DetectedFace>
face
- the object to extract from