搜索资源列表
fvs_enhancer
- 指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图像都是位图。代码由C写成。详细情况见解包后的说明-fingerprint enhancement procedures, describes how to use the library to enhance the fingerprint image. The original image and objectives are bitmap images. Written by C code. Details of the opini
fp_enhancement_7_31_2005
- 指纹增强算法, 研究指纹识别的可以参考一下. matlab.-fingerprint enhancement algorithms, research Fingerprint Recognition for reference. Matlab.
c-fingerprint
- c代码,实现指纹图片的增强、二值化、细化等功能,本人已调试通过。-c code, fingerprint images to achieve the increase in value of 2, thinning and other functions, I have been through debugging.
fft_enhance_cubs
- 介绍fft指纹增强算法,该源码测试可行。希望对大家有用。-Introduction fft fingerprint enhancement algorithm, the source test feasible. Hope useful for all of us.
Enhancement_for_Fingerprint_Image
- 在频域对指纹图像进行增强,也适用于其他图像,在“imread( )”语句中更改您所需增强的图像即可。-In the frequency domain of fingerprint image enhancement, but also to other images, in the " imread (' ' )" statement required to change your image can be enhanced.
figure
- 用matlab做的指纹识别算法,目前做到了增强,用的是linhong的算法-Matlab to do with the fingerprint recognition algorithm, the current did increase, the algorithm used is linhong
median_filter
- 中值滤波实现指纹图像增强 源码 (这是一种新的方法)-median_filter (a new meas for finger image enhancement)
fingerprint
- 设计较为合理的滤波算法以实现对指纹图像的增强处理,并用MATLAB仿真验证算法的有效性。-More reasonable filtering algorithm designed to achieve the enhancement of fingerprint image processing, and use MATLAB simulation algorithm.
zhengqiang
- 指纹增强 matlab 稳定性 应用性-Applied to enhance the stability of the fingerprint matlab
matlab11
- 指纹增强,里面含有指纹增强的图片和相应的 matlab代码,按照指纹的方向进行增强的。-Fingerprint enhancement, matlab code
fingerprint-feature-extraction-
- 本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
指纹识别完整程序
- 包含中心点求取,图像增强,Gabor滤波,fingercode匹配,界面使用GUI设计,并能进行中心点校正
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on