文件名称:指纹识别
介绍说明--下载内容均来自于网络,请自行研究使用
c语言编写的一个指纹识别系统
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对
于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程
书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。
读者可以从网上找到关于imagemagic使用的介绍。
读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出
方面)。-c language of a fingerprint identification system contains various fingerprint identification algorithm implementation code. The use of these codes can see the demo directory routines. Readers in their application code may be required in accordance with their application code needs to be some changes. For Linux/UNIX compiler, C procedures are not familiar with the readers, they can refer to the Linux/UNIX under the C programming language books. Because of this chapter highlights the fingerprint recognition algorithm, for the use ImageMagic do not briefed in detail. Readers can find from the Internet on ImageMagic use briefing. Readers to do the appropriate code changes, and can be transplanted to windows code below (mainly the image input and output aspects).
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。
读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对
于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程
书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。
读者可以从网上找到关于imagemagic使用的介绍。
读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的输入输出
方面)。-c language of a fingerprint identification system contains various fingerprint identification algorithm implementation code. The use of these codes can see the demo directory routines. Readers in their application code may be required in accordance with their application code needs to be some changes. For Linux/UNIX compiler, C procedures are not familiar with the readers, they can refer to the Linux/UNIX under the C programming language books. Because of this chapter highlights the fingerprint recognition algorithm, for the use ImageMagic do not briefed in detail. Readers can find from the Internet on ImageMagic use briefing. Readers to do the appropriate code changes, and can be transplanted to windows code below (mainly the image input and output aspects).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
.....\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