文件名称:Fingerprintidentification
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 46kb
- 下载次数:
- 0次
- 提 供 者:
- 沈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
vs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。-vs_enhancer: fingerprint enhancement procedures describe how to use the library enhance the fingerprint image. The original image and target map
Like all bitmap.
fvs_direction: describes how to extract pattern. Input image must be normalized image, so as to
Better results. Output image overlay on top of the input image.
fvs_createtestimages: The program used to generate the debugging process may be used in a number of bitmap images, which
These images are different perspectives and different intervals of stripes. Generate the image file named as follows:
testimgSSSDDD.bmp
Which, SSS on behalf of fringe spacing (pixels number), DDD representative of the direction angle.
fvs_thinner: describes how to refine a fingerprint image. After thinning the image as the representative of the fingerprint
Ridge.
fvs_minutia: shows how the fingerprint image from the refined to obtain details of the point set. This part of the current do
The effect of bad pseudo minutiae e
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。-vs_enhancer: fingerprint enhancement procedures describe how to use the library enhance the fingerprint image. The original image and target map
Like all bitmap.
fvs_direction: describes how to extract pattern. Input image must be normalized image, so as to
Better results. Output image overlay on top of the input image.
fvs_createtestimages: The program used to generate the debugging process may be used in a number of bitmap images, which
These images are different perspectives and different intervals of stripes. Generate the image file named as follows:
testimgSSSDDD.bmp
Which, SSS on behalf of fringe spacing (pixels number), DDD representative of the direction angle.
fvs_thinner: describes how to refine a fingerprint image. After thinning the image as the representative of the fingerprint
Ridge.
fvs_minutia: shows how the fingerprint image from the refined to obtain details of the point set. This part of the current do
The effect of bad pseudo minutiae e
(系统自动生成,下载前可以参看下载内容)
下载文件列表
指纹识别程序\基于c语言的指纹识别程序\demos\fvs_binarize.c
............\.......................\.....\fvs_createtestimages.c
............\.......................\.....\fvs_direction.c
............\.......................\.....\fvs_enhancer.c
............\.......................\.....\fvs_mask.c
............\.......................\.....\fvs_minutia.c
............\.......................\.....\fvs_thinner.c
............\.......................\include\export.h
............\.......................\.......\file.h
............\.......................\.......\floatfield.h
............\.......................\.......\fvs.h
............\.......................\.......\fvstypes.h
............\.......................\.......\histogram.h
............\.......................\.......\image.h
............\.......................\.......\imagemanip.h
............\.......................\.......\img_base.h
............\.......................\.......\import.h
............\.......................\.......\matching.h
............\.......................\.......\minutia.h
............\.......................\src\export.c
............\.......................\...\file.c
............\.......................\...\floatfield.c
............\.......................\...\histogram.c
............\.......................\...\image.c
............\.......................\...\imagemanip.c
............\.......................\...\img_base.c
............\.......................\...\img_enhance.c
............\.......................\...\img_morphology.c
............\.......................\...\img_thin.c
............\.......................\...\import.c
............\.......................\...\matching.c
............\.......................\...\minutia.c
............\.......................\...\version.c
............\.......................\demos
............\.......................\include
............\.......................\src
............\基于c语言的指纹识别程序
指纹识别程序
............\.......................\.....\fvs_createtestimages.c
............\.......................\.....\fvs_direction.c
............\.......................\.....\fvs_enhancer.c
............\.......................\.....\fvs_mask.c
............\.......................\.....\fvs_minutia.c
............\.......................\.....\fvs_thinner.c
............\.......................\include\export.h
............\.......................\.......\file.h
............\.......................\.......\floatfield.h
............\.......................\.......\fvs.h
............\.......................\.......\fvstypes.h
............\.......................\.......\histogram.h
............\.......................\.......\image.h
............\.......................\.......\imagemanip.h
............\.......................\.......\img_base.h
............\.......................\.......\import.h
............\.......................\.......\matching.h
............\.......................\.......\minutia.h
............\.......................\src\export.c
............\.......................\...\file.c
............\.......................\...\floatfield.c
............\.......................\...\histogram.c
............\.......................\...\image.c
............\.......................\...\imagemanip.c
............\.......................\...\img_base.c
............\.......................\...\img_enhance.c
............\.......................\...\img_morphology.c
............\.......................\...\img_thin.c
............\.......................\...\import.c
............\.......................\...\matching.c
............\.......................\...\minutia.c
............\.......................\...\version.c
............\.......................\demos
............\.......................\include
............\.......................\src
............\基于c语言的指纹识别程序
指纹识别程序