文件名称:Fingerprintidentification
介绍说明--下载内容来自于网络,使用问题请自行百度
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
相关搜索: 指纹
FingerprintIdentification
(系统自动生成,下载前可以参看下载内容)
下载文件列表
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_binarize.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_createtestimages.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_direction.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_enhancer.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_mask.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_minutia.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_thinner.c
指纹识别程序/基于c语言的指纹识别程序/include/export.h
指纹识别程序/基于c语言的指纹识别程序/include/file.h
指纹识别程序/基于c语言的指纹识别程序/include/floatfield.h
指纹识别程序/基于c语言的指纹识别程序/include/fvs.h
指纹识别程序/基于c语言的指纹识别程序/include/fvstypes.h
指纹识别程序/基于c语言的指纹识别程序/include/histogram.h
指纹识别程序/基于c语言的指纹识别程序/include/image.h
指纹识别程序/基于c语言的指纹识别程序/include/imagemanip.h
指纹识别程序/基于c语言的指纹识别程序/include/img_base.h
指纹识别程序/基于c语言的指纹识别程序/include/import.h
指纹识别程序/基于c语言的指纹识别程序/include/matching.h
指纹识别程序/基于c语言的指纹识别程序/include/minutia.h
指纹识别程序/基于c语言的指纹识别程序/src/export.c
指纹识别程序/基于c语言的指纹识别程序/src/file.c
指纹识别程序/基于c语言的指纹识别程序/src/floatfield.c
指纹识别程序/基于c语言的指纹识别程序/src/histogram.c
指纹识别程序/基于c语言的指纹识别程序/src/image.c
指纹识别程序/基于c语言的指纹识别程序/src/imagemanip.c
指纹识别程序/基于c语言的指纹识别程序/src/img_base.c
指纹识别程序/基于c语言的指纹识别程序/src/img_enhance.c
指纹识别程序/基于c语言的指纹识别程序/src/img_morphology.c
指纹识别程序/基于c语言的指纹识别程序/src/img_thin.c
指纹识别程序/基于c语言的指纹识别程序/src/import.c
指纹识别程序/基于c语言的指纹识别程序/src/matching.c
指纹识别程序/基于c语言的指纹识别程序/src/minutia.c
指纹识别程序/基于c语言的指纹识别程序/src/version.c
指纹识别程序/基于c语言的指纹识别程序/demos
指纹识别程序/基于c语言的指纹识别程序/include
指纹识别程序/基于c语言的指纹识别程序/src
指纹识别程序/基于c语言的指纹识别程序
指纹识别程序
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_createtestimages.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_direction.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_enhancer.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_mask.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_minutia.c
指纹识别程序/基于c语言的指纹识别程序/demos/fvs_thinner.c
指纹识别程序/基于c语言的指纹识别程序/include/export.h
指纹识别程序/基于c语言的指纹识别程序/include/file.h
指纹识别程序/基于c语言的指纹识别程序/include/floatfield.h
指纹识别程序/基于c语言的指纹识别程序/include/fvs.h
指纹识别程序/基于c语言的指纹识别程序/include/fvstypes.h
指纹识别程序/基于c语言的指纹识别程序/include/histogram.h
指纹识别程序/基于c语言的指纹识别程序/include/image.h
指纹识别程序/基于c语言的指纹识别程序/include/imagemanip.h
指纹识别程序/基于c语言的指纹识别程序/include/img_base.h
指纹识别程序/基于c语言的指纹识别程序/include/import.h
指纹识别程序/基于c语言的指纹识别程序/include/matching.h
指纹识别程序/基于c语言的指纹识别程序/include/minutia.h
指纹识别程序/基于c语言的指纹识别程序/src/export.c
指纹识别程序/基于c语言的指纹识别程序/src/file.c
指纹识别程序/基于c语言的指纹识别程序/src/floatfield.c
指纹识别程序/基于c语言的指纹识别程序/src/histogram.c
指纹识别程序/基于c语言的指纹识别程序/src/image.c
指纹识别程序/基于c语言的指纹识别程序/src/imagemanip.c
指纹识别程序/基于c语言的指纹识别程序/src/img_base.c
指纹识别程序/基于c语言的指纹识别程序/src/img_enhance.c
指纹识别程序/基于c语言的指纹识别程序/src/img_morphology.c
指纹识别程序/基于c语言的指纹识别程序/src/img_thin.c
指纹识别程序/基于c语言的指纹识别程序/src/import.c
指纹识别程序/基于c语言的指纹识别程序/src/matching.c
指纹识别程序/基于c语言的指纹识别程序/src/minutia.c
指纹识别程序/基于c语言的指纹识别程序/src/version.c
指纹识别程序/基于c语言的指纹识别程序/demos
指纹识别程序/基于c语言的指纹识别程序/include
指纹识别程序/基于c语言的指纹识别程序/src
指纹识别程序/基于c语言的指纹识别程序
指纹识别程序
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.