搜索资源列表
fingerprint_experiment
- matlab代码,实现指纹图片的二值化、细化等功能,编译通过,结果正确-Matlab code, fingerprint images to achieve the two values, thinning and other functions, compile, correct
fvs_minutia
- 显示了如何从细化后的指纹图像中获得细节点集合。代码由C写成。详细情况见解包后的说明-shows how detailed the fingerprint image details were set point. Written by C code. Details of the opinion after the note packets
fvs_thinner
- 描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的脊线。代码由C写成。详细情况见解包后的说明-describes how a detailed fingerprint image. After thinning image as a representative of the fingerprint ridge line. Written by C code. Details of the opinion after the note packets
c-fingerprint
- c代码,实现指纹图片的增强、二值化、细化等功能,本人已调试通过。-c code, fingerprint images to achieve the increase in value of 2, thinning and other functions, I have been through debugging.
zwsb_
- 指纹识别的matlab程序,实现指纹图片的二值化、细化、计算图形中心、存入数据库、指纹匹配等功能,
fingerD
- 指纹识别的几个例子,以及源代码。包括很多模块,比如二值化,细化,图形矫正等。-A few examples of fingerprint recognition, as well as the source code. Includes many modules, such as binarization, thinning, correction and other graphics.
thin
- 此为基于MATLAB平台对指纹图像进行细化处理算法-This is based on MATLAB platform thinning algorithm for fingerprint image
FingerPrint
- 可靠的指纹图像细化处理算法,采用opta-Reliable fingerprint image thinning algorithm, using opta
fingersprint-identity-code
- 基于Matlab编程的指纹识别代码中的细化部分代码-Matlab-based fingerprint identification code programmed in the refinement part of the code
fingerprint-feature-extraction-
- 本文设计了一套指纹图像预处理和指纹特征提取算法, 利用方向滤波的方法对原始图像进行增强,使用改进的细化算法进行细化, 最后基于脊线跟踪的方法, 用改进的算法更为简洁而有效地避免了各种伪特征。设计的算法经Matlab 实现, 实验效果良好。-Designed a fingerprint image and fingerprint feature extraction algorithm using directional filtering the original image enhanceme
0479-8023(2012)01-0037-05
- 基于Gabor相位的指纹图像细化算法0479-8023(2012)01-0037-05-A Novel Algorithm of Fingerprint Thinning ?ased on Gabor Phase
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
zhiwen
- 能够实现对一般指纹图案的灰度读取,二值化,指纹细化(Realize gray reading, two value, fingerprint thinning)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on