FingerExtractor Class

Namespace: id3.Finger

Definition

Extracts the unique features of a finger image and generates finger templates.

Properties

Name

Type

Description

minutiaDetectorModel

FingerModel

Model used to detect minutiae in a finger image.

minutiaEncoderModel

FingerModel

Model used to encode minutiae with proprietary features.

threadCount

int

Number of threads to use for feature extraction.

Methods

Name

Description

createTemplate

Extracts the unique features of a finger image and generates a FingerTemplate.

createTemplateRecord

Extracts several templates at once from a FingerImageRecord.