No description
2709c6dc8c
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. |
||
---|---|---|
examples | ||
libfprint | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.GPL | ||
HACKING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
THANKS | ||
TODO |
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.