IDKit SDK

Identification time grows non-linearly with database size
Identification time has two components: constant and linear. When database size grows from 500 to 3000, only linear component grows 6x, the constant compone...
Wed, 9 Sep, 2015 at 9:19 AM
User enrollment is very slow
Template extraction is an expensive operation. It generally takes around 300ms to extract a template on standard workstation. Database writes are fairly slo...
Wed, 9 Sep, 2015 at 9:19 AM
I was not able to reach the published matching speed. What am I doing wrong?
First you should understand that fingerprint matching/comparison per second means amount of one-to-one fingerprint template comparisons per second.   For ...
Wed, 17 Jan, 2018 at 1:25 PM
Are templates from different versions of IDKit SDK compatible?
Innovatrics proprietary template format is ICS format. All user records (or user templates) are stored in ICS format in the IDKit or ExpressID AFIS database...
Wed, 10 Jul, 2019 at 12:48 PM
Can I open MS Access (.mdb) files?
You can setup an ODBC DSN for the MS Access database. Then connect to the database using "odbc" connection type (what is possible only in IDKit PR...
Wed, 9 Sep, 2015 at 9:20 AM
Is it possible to execute extraction in parallel?
Function IEngine_AddFingerprint (C++) and Fingerprint constructor (.NET) can be executed in parallel from multiple threads.    Function IEngine_AddFingerp...
Wed, 9 Sep, 2015 at 9:20 AM
UpdateUser and RegisterUser functions are failing when saving empty user
Saving empty users in database is indeed not possible. There must be at least one fingerprint present. I am wondering why would you want to do this.    If...
Wed, 9 Sep, 2015 at 9:20 AM
Can I use your software in my PHP application?
We don't have any PHP connector, but PHP and other scripting languages have good support for interfacing with C/C++ libraries.  You can build your own ...
Fri, 4 Aug, 2017 at 1:49 PM
Do you have an ActiveX plugin for IDKit?
We have an ActiveX plugin that allows client-side scripts to access IDKit SDK. We provide it upon your request. Some understanding of ActiveX is required to...
Wed, 24 Feb, 2016 at 3:38 PM
Do your products run on POS terminals (WEPOS and MSDOS)?
According to information from Microsoft website, WEPOS is built on top of Windows XP for x86 processors. IDKit PC SDK should work on WEPOS without change. T...
Wed, 24 Feb, 2016 at 3:36 PM