Interface ISO19794DecodedIris

Decoded EF.DG4 datagroup (ISO/IEC 19794-4)

interface ISO19794DecodedIris {
    biometricSubtype: ISO19794IrisEyeSubtype;
    captureDeviceId: number;
    depth: number;
    deviceUniqueId: bigint;
    imageData: Uint8Array;
    imageHeight: number;
    imagePropertiesBits: number;
    imageTransformation: number;
    imageType: ISO19794IrisImageFormat;
    imageWidth: number;
    irisDiameter: number;
    lengthOfRecord: number;
    quality: number;
    rotationAngle: number;
    rotationAngleUncertainty: number;
    sbh: SBH;
}

Hierarchy

  • AbstractBioTemplate
    • ISO19794DecodedIris

Properties

biometricSubtype: ISO19794IrisEyeSubtype

Eye type

captureDeviceId: number

ID of Biometric scanner (by manufacturer)

depth: number

Bit depth of the grayscale scale

deviceUniqueId: bigint

ID of Biometric scanner (by issuing authority)

imageData: Uint8Array

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

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: SBH

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