ANSI and ISO SDK

ANSI&ISO SDK matching score threshold
The decision if fingerprints are matching is based on the threshold value. A score below the threshold means the fingerprints are likely to unmatch, score a...
Tue, 15 May, 2018 at 2:48 PM
Initialize ANSI&ISO SDK with a custom license file
C/C++ int length; const unsigned char * licenseContent = LoadMyFile("/path/to/mylicense.lic", &length); IEngine_SetLicenseContent(licenseCo...
Tue, 3 Apr, 2018 at 1:54 PM