Welcome![Sign In][Sign Up]
Location:
Search - fingerprint code with matlab

Search list

[Bio-Recognizefingerprint

Description: 简单的指纹识别算法代码,带测试图片.非商业代码.-simple fingerprint recognition algorithm code, with test images. Non-commercial code.
Platform: | Size: 296960 | Author: 武委 | Hits:

[Special Effectsfinger-recong

Description: 指纹识别源代码。思路完全是按照文件夹中网页里介绍的方法,即提取指纹中的分叉点和端点的位置作为指纹的特征值。由于今天太忙,对图像的预处理作的很失败,程序会提取出很多伪点,而指纹轮廓也没有想出办法过滤。汗,你看看能不能参考把。 三个m文件,fd.m提取指纹中的分叉点,fd2.m提取指纹中的端点,Cpoint.m则是前两个文件运行中需要调用的掩模函数。-fingerprint identification code. Thinking is entirely in accordance with the folder on the website Lane, that the fingerprints of the bifurcation point and endpoint position as a fingerprint eigenvalues. As today are too busy, the image preprocessing for the failure, the program will extract a lot of pseudo-point, and the fingerprint profile nor find a way to filter. Khan, you can look at the information put. 3 m documents, fingerprints fd.m the bifurcation point, fd2.m fingerprints of endpoint, Cpoint.m are two documents before the operation need to call the mask function.
Platform: | Size: 299008 | Author: 闫晟 | Hits:

[Special Effectsfinger_segment

Description: 指纹分割算法,能够很好的实现指纹图像前景和背景的分离,通过对FVC指纹数据库的测试,效果很好,有GUI接口,可以很方便的测试。以前没有人发过,绝对超值-fingerprint segmentation algorithm can achieve good prospects for fingerprinting and background images, the separation, Through the FVC fingerprint database tests, the results are very good, with GUI interface, it is easy test. No one has made that absolutely excellent. . . See more http://biometrics.lingd.net/ code, The people leading fingerprint biometrics, such as face recognition algorithm
Platform: | Size: 541696 | Author: 天天向上 | Hits:

[Special Effectsmatlab

Description: 指纹识别的matlab源码 指纹识别的matlab源码-Fingerprint Recognition Fingerprint Recognition matlab source code matlab source
Platform: | Size: 635904 | Author: zxq | Hits:

[Graph Recognizefingerc

Description: 关于指纹识别的源代码,将指纹图像进行处理后进行识别匹配-With regard to the source code for fingerprint recognition, fingerprint images will be processed to identify matching
Platform: | Size: 840704 | Author: wmm | Hits:

[Special Effectsmatlab1

Description: 指纹识别的matlab源码 -Fingerprint recognition matlab source code
Platform: | Size: 620544 | Author: 阿辉 | Hits:

[matlabmatlabSourcecodeForFingerprint

Description: 用matlab做的指纹提取的源码,具有很好的借鉴作用。-Using matlab to do the fingerprint extracted from source code, with a very good reference.
Platform: | Size: 337920 | Author: lumaggie | Hits:

[Special Effects22222225

Description: 这是一个指纹识别的matlab代码,用gabor滤波器处理的。-This is a fingerprint recognition matlab code processed using gabor filters.
Platform: | Size: 316416 | Author: 张敏涛 | Hits:

[matlabFingerprint

Description: 这是基于matlab编写的一套用于指纹识别的源码,可以即得即用,很是详细。-This is based on the preparation of a set of matlab source code for fingerprint recognition, which you can get that is used, it is detailed.
Platform: | Size: 391168 | Author: | Hits:

[Graph Recognizeshibie

Description: 用于指纹识别的MATLAB源代码程序包,具有工程上的意义-For MATLAB source code for fingerprint recognition package, with engineering significance
Platform: | Size: 595968 | Author: 宋生 | Hits:

[Graph Recognize2009101511094428

Description: 指纹识别的matlab源码,还比较好用,请多多指教-Fingerprint recognition matlab source code, is still relatively easy to use
Platform: | Size: 635904 | Author: 伍海军 | Hits:

[Graph programmatlabsourcecodeforfingerprint

Description: matlab 和VC的指纹识别算法源码 欢迎大家下载 共同学习 共同进步-matlab and VC fingerprint recognition algorithm source code welcome to download to learn together and common progress
Platform: | Size: 366592 | Author: guihaitian | Hits:

[Graph Recognizef

Description: this file along with others coded "finger" construct the complete source code for fingerprint recognition system. do enjoy using it,
Platform: | Size: 5120 | Author: mhm | Hits:

[Graph Recognizei

Description: this file along with others coded "finger" construct the complete source code for fingerprint recognition system. do enjoy using it,
Platform: | Size: 3072 | Author: mhm | Hits:

[Otherg

Description: this file along with others coded "finger" construct the complete source code for fingerprint recognition system. do enjoy using it,
Platform: | Size: 3072 | Author: mhm | Hits:

[Othere

Description: this file along with others coded "finger" construct the complete source code for fingerprint recognition system. do enjoy using it,
Platform: | Size: 182272 | Author: mhm | Hits:

[Graph Recognize123

Description: 内部含有指纹识别全套程序源代码,史上超强奉送!-Complete with fingerprint recognition within the source code, in the history of super promotions!
Platform: | Size: 636928 | Author: 帅小伙 | Hits:

[Special Effectsgaborfilter.tar

Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Platform: | Size: 1024 | Author: 郑碧波 | Hits:

[matlabmatlabfingerprint

Description: 基于MATLAB的指纹识别代码,内部含有指纹指纹识别的基本步骤的介绍,和相关代码的编写说明-MATLAB-based fingerprint identification code, the internal fingerprint fingerprint identification with the basic steps of introduction, written description and related codes
Platform: | Size: 282624 | Author: zhengjun | Hits:

[matlab指纹识别的matlab源码

Description: 一个指纹识别系统的源码,附带了测试图片,运行正常。(A fingerprint identification system source code, with a test picture, running normally.)
Platform: | Size: 293888 | Author: 发改局 | Hits:
« 12 »

CodeBus www.codebus.net