mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Rename verify to verify_live
...to make way for an enroll example which stores on disk, and a verify example that loads from disk.
This commit is contained in:
3
TODO
3
TODO
@@ -1,9 +1,7 @@
|
|||||||
LIBRARY
|
LIBRARY
|
||||||
=======
|
=======
|
||||||
debugging messages
|
|
||||||
fingerprint data classifcation by device or device type
|
fingerprint data classifcation by device or device type
|
||||||
storage mechanism
|
storage mechanism
|
||||||
verification
|
|
||||||
imaging support
|
imaging support
|
||||||
external imaging APIs
|
external imaging APIs
|
||||||
identification
|
identification
|
||||||
@@ -12,7 +10,6 @@ test suite against NFIQ compliance set
|
|||||||
|
|
||||||
DRIVERS
|
DRIVERS
|
||||||
=======
|
=======
|
||||||
UPEK TouchStrip driver
|
|
||||||
Sunplus 895 driver
|
Sunplus 895 driver
|
||||||
AES3501 driver
|
AES3501 driver
|
||||||
AES4000 driver
|
AES4000 driver
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
INCLUDES = -I$(top_srcdir)
|
INCLUDES = -I$(top_srcdir)
|
||||||
noinst_PROGRAMS = verify
|
noinst_PROGRAMS = verify_live
|
||||||
|
|
||||||
verify_SOURCES = verify.c
|
verify_live_SOURCES = verify_live.c
|
||||||
verify_LDADD = ../libfprint/libfprint.la -lfprint
|
verify_live_LDADD = ../libfprint/libfprint.la -lfprint
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user