文件名称:finger_c
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-07-09
- 文件大小:
- 63kb
- 下载次数:
- 0次
- 提 供 者:
- 12***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
指纹识别c代码,比较不错,可参考
该部分的代码由C写成。
程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像
的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改
程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。
代码可以在Linux下面编译通过。-C code for fingerprint recognition, a good comparison, refer to the part of the code written in C. Program requires the support of imagemagic, imagemagic can search online to the latest version (the program in the image input/save code used imagemagic at the function, if readers do not want to use imagemagic, you can modify the program to access the relevant part of the image, into their own image access functions, this part of the workload is not too large). Code can compile under Linux.
该部分的代码由C写成。
程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像
的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改
程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。
代码可以在Linux下面编译通过。-C code for fingerprint recognition, a good comparison, refer to the part of the code written in C. Program requires the support of imagemagic, imagemagic can search online to the latest version (the program in the image input/save code used imagemagic at the function, if readers do not want to use imagemagic, you can modify the program to access the relevant part of the image, into their own image access functions, this part of the workload is not too large). Code can compile under Linux.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C语言指纹识别源码
.................\demos
.................\.....\fvs_binarize.c
.................\.....\fvs_createtestimages.c
.................\.....\fvs_direction.c
.................\.....\fvs_enhancer.c
.................\.....\fvs_mask.c
.................\.....\fvs_minutia.c
.................\.....\fvs_thinner.c
.................\include
.................\.......\Debug
.................\.......\export.h
.................\.......\file.h
.................\.......\floatfield.h
.................\.......\fvs.h
.................\.......\fvstypes.h
.................\.......\histogram.h
.................\.......\image.h
.................\.......\imagemanip.h
.................\.......\img_base.h
.................\.......\import.h
.................\.......\matching.h
.................\.......\minutia.dsp
.................\.......\minutia.dsw
.................\.......\minutia.h
.................\.......\minutia.ncb
.................\.......\minutia.opt
.................\.......\minutia.plg
.................\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