Package pt.gov.cartaodecidadao
Class PTEID_FaceInfoData
java.lang.Object
pt.gov.cartaodecidadao.PTEID_Object
pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Method Summary
Modifier and TypeMethodDescriptionshortReturn the raw color space valueReturn the decoded color space enumvoiddelete()intReturn the device typeintReturn the expression valueshorteyeColor()Return the raw eye color valueReturn the decoded eye color enumshortReturn the raw face image typeReturn the decoded face image type enumintReturn the length of the facial record dataintReturn the feature maskReturn a vector of feature pointsshortgender()Return the raw gender valueReturn the decoded gender enumshortReturn the raw hair color valueReturn the decoded hair color enumshortReturn the raw image data typeReturn the decoded image data type enumintReturn the image heightintimgWidth()Return the image widthintReturn the number of feature pointsReturn the raw photo data (original format)Return the photo data converted to PNGintReturn the pose angleintReturn the pose angle uncertaintyintquality()Return the image qualityshortReturn the raw source type valueReturn the decoded source type enum
-
Method Details
-
delete
public void delete()- Overrides:
deletein classPTEID_Object
-
facialRecordDataLength
public int facialRecordDataLength()Return the length of the facial record data -
numberOfFeaturePoints
public int numberOfFeaturePoints()Return the number of feature points -
gender
public short gender()Return the raw gender value -
genderDecode
Return the decoded gender enum -
eyeColor
public short eyeColor()Return the raw eye color value -
eyeColorDecode
Return the decoded eye color enum -
hairColour
public short hairColour()Return the raw hair color value -
hairColourDecode
Return the decoded hair color enum -
featureMask
public int featureMask()Return the feature mask -
expression
public int expression()Return the expression value -
poseAngle
public int poseAngle()Return the pose angle -
poseAngleUncertainty
public int poseAngleUncertainty()Return the pose angle uncertainty -
featurePoints
Return a vector of feature points -
faceImgType
public short faceImgType()Return the raw face image type -
faceImgTypeDecode
Return the decoded face image type enum -
imgDataType
public short imgDataType()Return the raw image data type -
imgDataTypeDecode
Return the decoded image data type enum -
imgWidth
public int imgWidth()Return the image width -
imgHeight
public int imgHeight()Return the image height -
colourSpace
public short colourSpace()Return the raw color space value -
colourSpaceDecode
Return the decoded color space enum -
sourceType
public short sourceType()Return the raw source type value -
sourceTypeDecode
Return the decoded source type enum -
deviceType
public int deviceType()Return the device type -
quality
public int quality()Return the image quality -
photoRawData
Return the raw photo data (original format) -
photoRawDataPNG
Return the photo data converted to PNG
-