Instructions

U.are.U SDK - Developer Guide 49
The .NET API
Analyzing and Managing Fingerprints (FingerJet Engine)
The FingerJet Engine interfaces provide functionality to
Extract fingerprint features (create FMDs),
Identify and compare FMDs, and
Create enrollment FMDs.
Refer to
Understanding the Data Flow on page 11 for a description of enrollment and comparison terminology and data
flow.
The Classes for working with data (including identify and verify) are:
The UML diagram below provides more detail.
Function Description
Comparison This class allows you to perform:
• Verification
• Identification
Enrollment To enroll a user, you must call:
CreateEnrollmentFMD
Enrollment is implemented as a static class -- you can provide an
IEnumera-
ble<Fmd>
or a function that returns such.
Importer The U.are.U SDK supports multiple formats for FMDs and FIDs. You can import
any supported format.
FeatureExtraction Extract features from an FID or raw image.