文件名称:FingerprintDiscriminating
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 45kb
- 下载次数:
- 1次
- 提 供 者:
- 黄*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对
于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程
书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。
读者可以从网上找到关于imagemagic使用的介绍。
读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出
方面)。-Contains a variety of fingerprint identification algorithm code. The use of these codes can be found in demo directory routines. Readers in the application of these codes, you may need according to their application needs to be some code changes. For Linux/UNIX to compile C program under the unfamiliar reader can refer to the relevant Linux/UNIX under the C language programming books. Because this chapter focuses on fingerprint recognition algorithms, for the use of imagemagic no longer make a detailed introduction. Readers can be found online on the introduction imagemagic used. Readers to make appropriate changes in code, the code can be ported to windows below (mainly input and output aspects of the image).
例程。
读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对
于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程
书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。
读者可以从网上找到关于imagemagic使用的介绍。
读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出
方面)。-Contains a variety of fingerprint identification algorithm code. The use of these codes can be found in demo directory routines. Readers in the application of these codes, you may need according to their application needs to be some code changes. For Linux/UNIX to compile C program under the unfamiliar reader can refer to the relevant Linux/UNIX under the C language programming books. Because this chapter focuses on fingerprint recognition algorithms, for the use of imagemagic no longer make a detailed introduction. Readers can be found online on the introduction imagemagic used. Readers to make appropriate changes in code, the code can be ported to windows below (mainly input and output aspects of the image).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
指纹识别的算法
..............\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