libfprint/libfprint
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
..
drivers Basic image driver foundations 2007-10-23 23:27:21 +01:00
core.c Basic image driver foundations 2007-10-23 23:27:21 +01:00
data.c storage: add save/load functionality 2007-10-16 14:34:22 +01:00
fp_internal.h Basic image driver foundations 2007-10-23 23:27:21 +01:00
fprint.h Basic image driver foundations 2007-10-23 23:27:21 +01:00
imgdev.c Basic image driver foundations 2007-10-23 23:27:21 +01:00
Makefile.am Basic image driver foundations 2007-10-23 23:27:21 +01:00