搜索资源列表
基于Matlab 7.0的指纹图像预处理
- 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
指纹图像预处理源码
- Matlab平台上的指纹图像处理代码
非常好的指纹预处理程序
- 非常好的指纹预处理程序,在VC6.0中已通过运行。自己写的。,Very good fingerprint pre-processing procedures, in VC6.0 that have been approved to run. Wrote it myself.
matlabzhiwenshibiecode.rar
- 此代码可以进行指纹识别,包括预处理,特征提取,分类识别,this code can fingerprint identification, including preprocessing, feature extraction, classification, etc.
Debug(1)
- 用VC++编写的一个指纹预处理程序,里面有指纹分割,平滑,Gabor增强,二值化,细化,特征提取等过程,预处理的指纹图像效果很好-Using VC++ to prepare a fingerprint pre-processing procedure, there are fingerprint segmentation, smooth, Gabor enhanced binarization, thinning, feature extraction, such as the process
C-AutomaticFingerPrintIdentification
- 指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。-Source code for fingerprint recognition, fingerprint pre-processing, image enhancement, feature extraction, fingerprint matching and fingerprint storage.
finger
- 指纹预处理程序,MATLAB编的,可以运行-Fingerprint preprocessing procedure, MATLAB series, you can run
SampleDemo
- 指纹预处理算法的全过程用VC++的MFC实现,里面有用MFC做的对话框,可以实现指纹预处理的各个过程。-Fingerprints of the entire process of pre-processing algorithm using VC++ implementation of the MFC, MFC useful to do inside the dialog box, you can achieve fingerprint pretreatment processes.
matlab
- 自己收集到的指纹预处理的各种方法,推荐给需要的朋友们。-Their fingerprints collected from the various methods of pretreatment, required to recommend friends.
mySrc
- 指纹识别预处理程序,我自己写的,希望多多指教。-Pretreatment of fingerprint identification process, I wrote it myself, hope that the exhibitions.
zhiwenshibie1
- 通过对指纹图像的预处理,提取特征,最后进行识别匹配-Through to the fingerprint image s pretreatment, the extraction characteristic, carries on the recognition match finally
234837578658465
- 指纹图像预处理程序,包括分割,二值化,去噪和细化-Fingerprint image pre-processing procedures, including segmentation, binarization, denoising and refined
pre_process_gui
- 实现指纹识别中的指纹图像预处理中的方向场,细化等,含有一个GUI界面-pre-process of figure print image
getminu
- 关于指纹识别的一些利用matlab进行图像预处理的源程序-Some of the use of fingerprint matlab source code for image preprocessing
指纹识别源代码 - finger
- 指纹识别预处理,预处理包括图像增强,图像细化,寻找奇异点,细节检测(Preprocessing of fingerprint identification)
指纹识别
- 指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。(The fingerprint image is analyzed and summed up based on the various processing of wavelet transform. Image pro
指纹识别系统的研究与设计
- 指纹识别系统的研究与设计,包括图像的预处理,分割,增强。(The research and design of fingerprint identification system, including image preprocessing, segmentation and enhancement.)
2083627指纹识别
- 指纹图像预处理、特征提取、特征匹配的matlab程序及处理结果(Fingerprint image preprocessing, feature extraction, feature matching matlab program and processing results)
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
- 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB