文件名称:CFingerprint
介绍说明--下载内容均来自于网络,请自行研究使用
该部分的代码由C写成的指纹识别代码。
程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像
的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改
程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。
代码可以在Linux下面编译通过。-That part of the code written by the C code for fingerprint recognition. Program requires imagemagic support, imagemagic available online search to the latest version (the program the image input/save the code at the function used imagemagic, if readers do not want to use imagemagic, you can modify the program to access the relevant parts of the image, change its own The image access functions, this part of the workload is not too much). Code can be compiled on Linux following the adoption.
程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像
的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改
程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。
代码可以在Linux下面编译通过。-That part of the code written by the C code for fingerprint recognition. Program requires imagemagic support, imagemagic available online search to the latest version (the program the image input/save the code at the function used imagemagic, if readers do not want to use imagemagic, you can modify the program to access the relevant parts of the image, change its own The image access functions, this part of the workload is not too much). Code can be compiled on Linux following the adoption.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C语言指纹识别源码\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
.................\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
.................\include
.................\demos
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
.................\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
.................\include
.................\demos
C语言指纹识别源码