文件名称:FVSbylqh
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 44.86kb
- 下载次数:
- 0次
- 提 供 者:
- L**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
指纹识别代码
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
-fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed descr ipt
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
-fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed descr ipt
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 5956479fvsbylqh.rar 列表 FVS - Fingerprint Verification System\demos\fvs_binarize.c FVS - Fingerprint Verification System\demos\fvs_createtestimages.c FVS - Fingerprint Verification System\demos\fvs_direction.c FVS - Fingerprint Verification System\demos\fvs_enhancer.c FVS - Fingerprint Verification System\demos\fvs_mask.c FVS - Fingerprint Verification System\demos\fvs_minutia.c FVS - Fingerprint Verification System\demos\fvs_thinner.c FVS - Fingerprint Verification System\demos FVS - Fingerprint Verification System\include\export.h FVS - Fingerprint Verification System\include\file.h FVS - Fingerprint Verification System\include\floatfield.h FVS - Fingerprint Verification System\include\fvs.h FVS - Fingerprint Verification System\include\fvstypes.h FVS - Fingerprint Verification System\include\histogram.h FVS - Fingerprint Verification System\include\image.h FVS - Fingerprint Verification System\include\imagemanip.h FVS - Fingerprint Verification System\include\img_base.h FVS - Fingerprint Verification System\include\import.h FVS - Fingerprint Verification System\include\matching.h FVS - Fingerprint Verification System\include\minutia.h FVS - Fingerprint Verification System\include FVS - Fingerprint Verification System\readme.txt FVS - Fingerprint Verification System\src\export.c FVS - Fingerprint Verification System\src\file.c FVS - Fingerprint Verification System\src\floatfield.c FVS - Fingerprint Verification System\src\histogram.c FVS - Fingerprint Verification System\src\image.c FVS - Fingerprint Verification System\src\imagemanip.c FVS - Fingerprint Verification System\src\img_base.c FVS - Fingerprint Verification System\src\img_enhance.c FVS - Fingerprint Verification System\src\img_morphology.c FVS - Fingerprint Verification System\src\img_thin.c FVS - Fingerprint Verification System\src\import.c FVS - Fingerprint Verification System\src\matching.c FVS - Fingerprint Verification System\src\minutia.c FVS - Fingerprint Verification System\src\version.c FVS - Fingerprint Verification System\src FVS - Fingerprint Verification System