文件名称:imagemagic
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 45kb
- 下载次数:
- 0次
- 提 供 者:
- che****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。-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 iption of a fingerprint image. Thin
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
.................\readme.txt
.................\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
.................\.....\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
.................\readme.txt
.................\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