Interface ISO19794DecodedFingerprint

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

interface ISO19794DecodedFingerprint {
    acquisitionLevel: number;
    captureDeviceId: number;
    count: number;
    depth: number;
    fingerImageType: ISO19794FingerImageType;
    fingerType: ISO19794FingerType;
    fingerprintRecordLength: number;
    imageData: Uint8Array;
    imageHeight: number;
    imageResolutionHorizontal: number;
    imageResolutionVertical: number;
    imageType: ISO19794FingerprintImageType;
    imageWidth: number;
    lengthOfRecord: number;
    lengthOfRepresentations: number;
    nrOfRepresention: number;
    quality: number;
    sbh: SBH;
    scaleUnits: ImageUnit;
    scanResolutionHorizontal: number;
    scanResolutionVertical: number;
}

Hierarchy

  • AbstractBioTemplate
    • ISO19794DecodedFingerprint

Properties

acquisitionLevel: number

Level of image acquisition settings

captureDeviceId: number

ID of the biometric scanner

count: number

Number of finger/palm images

depth: number

Bit depth of the grayscale scale

fingerImageType: ISO19794FingerImageType

Type of fingerprint and palm image

fingerType: ISO19794FingerType

Name of finger/part of palm

fingerprintRecordLength: number

Length of fingerprint/palm image data block

imageData: Uint8Array

Raw image data

imageHeight: number

Image height

imageResolutionHorizontal: number

Image resolution (horizontal)

imageResolutionVertical: number

Image resolution (vertical)

Image Data Type

imageWidth: number

Image width

lengthOfRecord: number

Length of record

lengthOfRepresentations: number

Count of fingerprint representations

nrOfRepresention: number

Number of fingerprint representation

quality: number

Image quality

sbh: SBH

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

scaleUnits: ImageUnit

Unit of measurement of resolution

scanResolutionHorizontal: number

Scan resolution (horizontal)

scanResolutionVertical: number

Scan resolution (vertical)