文件名称:VCPP
介绍说明--下载内容均来自于网络,请自行研究使用
该部分的代码由C写成。
程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像
的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改
程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。-That part of the code is written in C. The program needs imagemagic of support, imagemagic online search to the latest version (the program in the image of the input/save code at with a imagemagic function, if readers do not want to use imagemagic, you can modify the program part of the image access, changed image access functions, this part of the workload is not too large).
程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像
的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改
程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。-That part of the code is written in C. The program needs imagemagic of support, imagemagic online search to the latest version (the program in the image of the input/save code at with a imagemagic function, if readers do not want to use imagemagic, you can modify the program part of the image access, changed image access functions, this part of the workload is not too large).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
...........................\demos\fvs_binarize.c
...........................\.....\fvs_createtestimages.c
...........................\.....\fvs_direction.c
...........................\.....\fvs_enhancer.c
...........................\.....\fvs_mask.c
...........................\.....\fvs_minutia.c
...........................\.....\fvs_thinner.c
...........................\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
...........................\readme.txt
...........................\使用说明请参看右侧注释===〉〉.txt
...........................\include
...........................\demos
...........................\src
c语言编写的一个指纹识别系统