FingerTemplate.toBit Method

Module: FingerTemplate

Definition

Exports the finger template object to a Biometric Information Template (BIT) buffer.

This buffer can only be used with id3 Finger Match-on-Card specific implementations to enroll a finger template.

Threshold value is required and should be set according to the desired security level. Threshold values are specific and can be found in the id3 finger Match-On-Card documentation.

Rotation tolerance defines the maximum rotation allowed between two finger templates in degrees. The operational range is from 17 to 180 degrees. Any value outside this range is automatically adjusted to the limits. Recommended value is 42 degrees.

Important

Reference data qualifier should be set according to the smart card requirements.

Uint8List toBit(int threshold, int angleTolerance, int referenceDataQualifier)

Parameters

threshold int
in Decision threshold, from 0 to 65535, to be applied during the fingerprint on-card comparison. See MocThreshold for a list of typical values.

angleTolerance int
in Tolerance on the difference in angle, in degrees, between two compared fingerprints. Note that higher values may tend to increase comparison times. Minimum value is 12°, default value is 42°, maximum value is 180°.

referenceDataQualifier int
in Reference data qualifier.

Returns

Uint8List
A buffer that receives the biometric information template.

Exceptions

An error has occurred during Finger Library execution.