指纹识别

美国FBI使用的指纹识别源码

http://www.nist.gov/itl/iad/ig/nigos.cfm

 

*************************************************************************************

http://www.sourceafis.org/blog/documentation/

源码:
hg clone http://hg.code.sf.net/p/sourceafis/code sourceafis-code


http://sourceforge.net/projects/level3tk/

http://sourceforge.net/projects/biometricsdk/

http://sourceforge.net/projects/ffpis/?source=recommended

http://www.freedesktop.org/wiki/Software/fprint/libfprint/

http://www.griaulebiometrics.com/page/zh-cn/fingerprint_sdk

http://fvs.sourceforge.net/download.html

********************************************************************8
ANSI/NIST-ITL 1-2007 :Data Format for the Interchange of Fingerprint, Facial & Other Biometric Information
AN2K: ANSI/NIST-ITL 1-2007的一个实现. 格式转化;
NFIQ: 新修订的NFIQ算法.给指纹图像等级, 1~5, 1最高, 越高匹配时越准确.
PCASYS: 基于神精网络的指纹分类系统. 分为arch, left or right loop, scar tented arch, whorl.
MINDTCT: Minutiae detector, 细节侦测, 自动定位和记录ridge ending and bifurcations (分支);
IMGTOOLS: 基于JPEG, 无损JPEG及WSQ的编解码及转换工具.
BOZORTH3: 指纹匹配算法,基于细节(minutiae), 支持一对一,一对多匹配,可以使用MINDTCT生成的细节.
NFSEG: 指纹分割算法, 去掉空白或者把4指纹分割成单独指纹图像.
SIVV: 指纹图像质量评估

fing2pat: 输入一批指纹图像创建一个特征库, 该特征库可以在MLP学习时使用.
znormdat: 输入一个patterns文件(非标准特征库), 计算统计后一个标准文件.
nzormpat: Takes a patterns file of (un-normalized) feature vectors and ZNormalizes its feature vectors
based on global statistics provided

终结点(Ending)
分叉点(Bifurcation)
分歧点(Ridge Divergence)
孤立点(Dot or Island)
环点(Enclosure)
短纹(Short Ridge)

你可能感兴趣的:(指纹识别)