No description
Find a file
Daniel Drake 2709c6dc8c Basic image driver foundations
The basic model is that image drivers declare a fp_img_driver structure
rather than a fp_driver struct. fp_img_driver will contain primitive imaging
operations such as 'scan finger and return image'. The imgdev layer will
generically implement the primitive fp_driver operations, and the imgdev
layer will fix up the enroll/verify/etc pointers at driver registration
time.

Removed const from all fp_driver declarations, as these are now modified
dynamically in the case of imaging drivers.
2007-10-23 23:27:21 +01:00
examples Basic image driver foundations 2007-10-23 23:27:21 +01:00
libfprint Basic image driver foundations 2007-10-23 23:27:21 +01:00
.gitignore Create repo structure 2007-10-08 17:16:13 +01:00
AUTHORS Create repo structure 2007-10-08 17:16:13 +01:00
autogen.sh Build system tweaks 2007-10-13 16:03:53 +01:00
ChangeLog Create repo structure 2007-10-08 17:16:13 +01:00
configure.ac Build system tweaks 2007-10-13 16:03:53 +01:00
COPYING upekts: communication handling and enrollment implementation 2007-10-13 17:13:25 +01:00
COPYING.GPL upekts: communication handling and enrollment implementation 2007-10-13 17:13:25 +01:00
HACKING Documentation update 2007-10-08 17:37:58 +01:00
INSTALL Create repo structure 2007-10-08 17:16:13 +01:00
Makefile.am Documentation update 2007-10-08 17:37:58 +01:00
NEWS Create repo structure 2007-10-08 17:16:13 +01:00
README upekts: communication handling and enrollment implementation 2007-10-13 17:13:25 +01:00
THANKS Create repo structure 2007-10-08 17:16:13 +01:00
TODO Rename verify to verify_live 2007-10-15 22:16:59 +01:00

libfprint
http://www.reactivated.net/fprint

libfprint is primarily licensed under the GNU LGPL. HOWEVER, THIS PRERELEASE
VERSION INCLUDES GPL CODE FROM LIBTHINKFINGER, therefore distribution is
subject to both the terms of the LGPL (see COPYING) *and* the GPL
(see COPYING.GPL).

At release time, I will contact libthinkfinger authors and see if they will
be happy to relicense. I expect they will.