Introduction - If you have any usage issues, please Google them yourself
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).
Packet : 91331963fingerprintdiscriminating.rar filelist
指纹识别的算法
指纹识别的算法\readme.txt
指纹识别的算法\src
指纹识别的算法\src\export.c
指纹识别的算法\src\file.c
指纹识别的算法\src\floatfield.c
指纹识别的算法\src\histogram.c
指纹识别的算法\src\image.c
指纹识别的算法\src\imagemanip.c
指纹识别的算法\src\img_base.c
指纹识别的算法\src\img_enhance.c
指纹识别的算法\src\img_morphology.c
指纹识别的算法\src\img_thin.c
指纹识别的算法\src\import.c
指纹识别的算法\src\matching.c
指纹识别的算法\src\minutia.c
指纹识别的算法\src\version.c
指纹识别的算法\include
指纹识别的算法\include\export.h
指纹识别的算法\include\file.h
指纹识别的算法\include\floatfield.h
指纹识别的算法\include\fvs.h
指纹识别的算法\include\fvstypes.h
指纹识别的算法\include\histogram.h
指纹识别的算法\include\image.h
指纹识别的算法\include\imagemanip.h
指纹识别的算法\include\img_base.h
指纹识别的算法\include\import.h
指纹识别的算法\include\matching.h
指纹识别的算法\include\minutia.h
指纹识别的算法\demos
指纹识别的算法\demos\fvs_binarize.c
指纹识别的算法\demos\fvs_createtestimages.c
指纹识别的算法\demos\fvs_direction.c
指纹识别的算法\demos\fvs_enhancer.c
指纹识别的算法\demos\fvs_mask.c
指纹识别的算法\demos\fvs_minutia.c
指纹识别的算法\demos\fvs_thinner.c