int compareFMD(string fmd1, string fmd2)
Compares two FMDs and returns the amount different.
Parameters
Name | Description |
fmd1 |
string The first FMD to compare. |
fmd2 |
string The second FMD to compare. |
Return
The amount of difference.
Security
Trust Level Required: Full Trust
Remarks
Compares two DigitalPersona fingerprint extracts and returns a value that indicates how different they are; where 0 is an exact match and anything greater is non-exact, up to int.MaxValue.
Example
if(KioDigitalPersonaFingerprint.compareFMD(f1, f2) < 5000) console.log('It is a match!');
Requirements
KioWare for Windows version 8.27 or greater.