IDKit SDK
Supported languages include C++, all .NET languages (C++, C#, and VB) and Java. You can also use other development tools as far as these tools can link to e...
Wed, 9 Sep, 2015 at 9:17 AM
IDKit SDK can match fingerprint images scanned with different DPI. Input images are internally resampled to 500dpi before performing template extraction. Th...
Wed, 9 Sep, 2015 at 9:17 AM
Database integration in IDKit SDK is optional. Look in documentation, section Notes > External Database and Overview > Database Connectivity > Case...
Wed, 9 Sep, 2015 at 9:18 AM
IDKit SDK is thread safe. Search functions utilize multiple cores/processors automatically. Template extraction method (IEngine_AddFingerprint) can be execu...
Wed, 9 Sep, 2015 at 9:18 AM
To generate template, call IEngine_AddFingerprint and then IEngine_ExportUserTemplate. To re-create user record from the template, call IEngine_ImportUserTe...
Wed, 9 Sep, 2015 at 9:18 AM
IDKit SDK and ExpressID AFIS supports ANSI/ISO template export only. Technically it's not possible to create ICS template (Innovatrics proprietary forma...
Wed, 9 Sep, 2015 at 9:18 AM
IDKit SDK database is in SQLite format. You can use SQLite Browser (http://sqlitebrowser.sourceforge.net/) to view contents of the database.
Wed, 9 Sep, 2015 at 9:18 AM
There are several explanations for the delay. Lumidigm Venus sensor is known to be slow. Template extraction takes approximately 200ms on standard PC. 1:N i...
Thu, 17 May, 2018 at 12:37 PM
Issue: Can I call IDKit SDK functions from Visual Basic 6? Solution: We don't have any IDKit VB6 connector or samples for VB6. Nevertheless IDKit ...
Fri, 4 Aug, 2017 at 1:52 PM
IDKit SDK allows storage of single byte array (or BLOB) per user record. In C++, you can use functions IEngine_SetCustomData and IEngine_GetCustomData to se...
Wed, 9 Sep, 2015 at 9:19 AM