summaryrefslogtreecommitdiff
path: root/libfprint/img.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19imgdev: perform 5 scans for enrollmentVasily Khoruzhick1-22/+56
2013-06-26lib: Use g_malloc0 instead of g_malloc+memsetBastien Nocera1-2/+1
2012-11-06nbis: prefix global variables with "g_"Vasily Khoruzhick1-1/+1
2008-02-16Port imaging layer to asynchronous modelDaniel Drake1-2/+2
2007-12-27Compiler flags updateDaniel Drake1-1/+1
2007-11-21Implement identification for imaging devicesDaniel Drake1-0/+19
2007-11-19Add API to access minutiaeDaniel Drake1-1/+47
2007-11-17Rework some image handling; add public binarization APIDaniel Drake1-73/+90
2007-11-16Use older ImageMagick APIDaniel Drake1-11/+10
2007-11-15Return images through enroll/verify pathDaniel Drake1-1/+1
2007-11-12Custom image resizingDaniel Drake1-1/+60
2007-11-04API documentationDaniel Drake1-0/+51
2007-10-28Improve print_data structure and on-disk formatDaniel Drake1-3/+10
2007-10-28Add bozorth3 from NBIS; implement verify for image devicesDaniel Drake1-18/+18
2007-10-27Add mindtct from NBIS; implement enroll for image devicesDaniel Drake1-0/+105
2007-10-27Internal image allocation API changesDaniel Drake1-1/+4
2007-10-27Add API for freeing imagesDaniel Drake1-0/+5
2007-10-27Image standardizationDaniel Drake1-0/+60
2007-10-27Initial implementation for image device access and captureDaniel Drake1-0/+106