Decoded EF.DG4 datagroup

interface DecodedIris {
    biometricSubtype: IrisEyeSubtype;
    captureDeviceId: number;
    depth: number;
    deviceUniqueId: number;
    imageData: Buffer;
    imageHeight: number;
    imagePropertiesBits: number;
    imageTransformation: number;
    imageType: IrisImageFormat;
    imageWidth: number;
    irisDiameter: number;
    lengthOfRecord: number;
    quality: number;
    rotationAngle: number;
    rotationAngleUncertainty: number;
    sbh: default;
}

Hierarchy

  • AbstractBioTemplate
    • DecodedIris

Properties

biometricSubtype: IrisEyeSubtype

Eye type

captureDeviceId: number

ID of Biometric scanner (by manufacturer)

depth: number

Bit depth of the grayscale scale

deviceUniqueId: number

ID of Biometric scanner (by issuing authority)

imageData: Buffer

Raw image data

imageHeight: number

Image height

imagePropertiesBits: number

Bit field of image properties. ISO/IEC 19794-6, table 2

imageTransformation: number

Converting image to polar coordinate system

imageType: IrisImageFormat

Image Data Type

imageWidth: number

Image width

irisDiameter: number

Iris diameter (in points)

lengthOfRecord: number

Length of record

quality: number

Image quality

rotationAngle: number

Rotation angle of image

rotationAngleUncertainty: number

Error of rotation angle

sbh: default

Standart Biometric Header. Described by ICAO 9303 p.10 section 4.7.2.1