Welcome![Sign In][Sign Up]
Location:
Search - fingerprint feature extraction code

Search list

[Special Effectsvc++shuzituxiangshibiejishu

Description: vc++数字图像识别技术经典案例(光盘): 第1章:颜色空间转换源码。第3章:指纹识别源码。第5章:基于可移植的C语言的数字水印算法的代码。第6章:条形码生成器源程序。第7章。第8章:印章特征提取。第9章:英文ocr识别。 -vc Digital Image Recognition Technology classic cases (CD) : Chapter 1 : color space conversion source. Chapter 3 : fingerprint identification source. Chapter 5 : Based on the C language transplantation digital watermarking algorithm code. Chapter 6 : barcode generator source. Chapter 7. Chapter 8 : chop feature extraction. Chapter 9 : English ocr identification.
Platform: | Size: 1601097 | Author: wuli | Hits:

[Graph RecognizefvsmatlabsourcecodebyRF

Description: 做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。-do laboratory testing of Matlab fingerprint identification code, to test the fingerprint feature extraction of several pairs of identification, which can be used for the validation phase papers laboratory use, hope for beginners and the majority of in-school help.
Platform: | Size: 338816 | Author: 任芳 | Hits:

[Special Effectsmatlabzhiwenshibie

Description: 此代码可以进行指纹识别,包括预处理,特征提取,分类识别-this code can fingerprint identification, including preprocessing, feature extraction, classification, etc.
Platform: | Size: 596634 | Author: 王嵩 | Hits:

[Special Effectsvc++shuzituxiangshibiejishu

Description: vc++数字图像识别技术经典案例(光盘): 第1章:颜色空间转换源码。第3章:指纹识别源码。第5章:基于可移植的C语言的数字水印算法的代码。第6章:条形码生成器源程序。第7章。第8章:印章特征提取。第9章:英文ocr识别。 -vc Digital Image Recognition Technology classic cases (CD) : Chapter 1 : color space conversion source. Chapter 3 : fingerprint identification source. Chapter 5 : Based on the C language transplantation digital watermarking algorithm code. Chapter 6 : barcode generator source. Chapter 7. Chapter 8 : chop feature extraction. Chapter 9 : English ocr identification.
Platform: | Size: 1814528 | Author: wuli | Hits:

[Special EffectsfvsmatlabsourcecodebyRF

Description: 做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。-do laboratory testing of Matlab fingerprint identification code, to test the fingerprint feature extraction of several pairs of identification, which can be used for the validation phase papers laboratory use, hope for beginners and the majority of in-school help.
Platform: | Size: 338944 | Author: QHLee | Hits:

[Special Effectsmatlabzhiwenshibie

Description: 此代码可以进行指纹识别,包括预处理,特征提取,分类识别-this code can fingerprint identification, including preprocessing, feature extraction, classification, etc.
Platform: | Size: 595968 | Author: 王嵩 | Hits:

[Bio-Recognizezwsb

Description: 一个指纹识别的程序,没有做到匹配,只作到特征提取。没有取出伪特征点。所以还请下载的人多看论文,作去伪特征点的程序和匹配算法。-A fingerprint identification procedure, failed to do matching, feature extraction is only done. Did not remove the pseudo-feature points. Therefore, please also see more people download papers, for pseudo-feature points to the procedures and matching algorithm.
Platform: | Size: 590848 | Author: chaiheng | Hits:

[Graph RecognizeC-AutomaticFingerPrintIdentification

Description: 指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。-Source code for fingerprint recognition, fingerprint pre-processing, image enhancement, feature extraction, fingerprint matching and fingerprint storage.
Platform: | Size: 90112 | Author: hengdaoc | Hits:

[Special Effectsprintdetect

Description: 用matlab代码实现如下论文的指纹特征提取《基于Ma tlab实现的指纹图像细节特征提取》 郭晶莹,[J]北京,计算机仿真 2007.1 -Matlab code used to achieve the following papers fingerprint feature extraction, " Ma tlab based on the realization of the details of the fingerprint image feature extraction," Guo Jingying, [J] Beijing, 2007.1 computer simulation
Platform: | Size: 3072 | Author: 小黑 | Hits:

[Graph Recognizematlabzhiwenshibiecode

Description: 此代码可以进行指纹识别,包括预处理,特征提取,分类识别-this code can fingerprint identification, including preprocessing, feature extraction, classification, etc.
Platform: | Size: 1192960 | Author: nikai | Hits:

[Special EffectsFingerprint

Description: 指纹识别算法,所有算法代码(包括预处理,提取特征与匹配算法)都包含在内,没有使用动态链接库-Fingerprint recognition algorithm, all the algorithm code (including preprocessing, feature extraction and matching algorithm) are included, do not use dynamic-link library
Platform: | Size: 4044800 | Author: huiyiliang | Hits:

[Otherfinger

Description: 提取指纹特征点的matlab代码,很有用,利用自适应阈值进行分割,再进行频域增强,根据八邻域纹线编码进行特征提取。-Extracted fingerprint feature points of the matlab code, useful, adaptive threshold segmentation, and then increased in frequency domain, the eight neighborhood ridge coding for feature extraction.
Platform: | Size: 583680 | 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:

[Graph Recognizeefingsrcimg

Description: 这是一个完整的指纹识别程序代码,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。 已通过测试。-This is a complete fingerprint identification code, which includes a histogram equalization, Gabor filtering, image enhancement, pattern filtering, texture refinement, feature extraction and feature matching. Among them, three kinds of feature matching includes matching method, also with PPT, very worthy of study. Has been tested.
Platform: | Size: 5451776 | Author: | Hits:

[Graph RecognizeGggaaborgae

Description: 遗传+Gabor人脸/掌纹/指纹/虹膜等识别匹配程序源码。注意,该程序源码包含特征提取与匹配识别别,但是对输入的图像要求最好是经过定位归一化的。没经过定位归一化的图像,识别效果较差。 可直接使用。 -Genetic+ Gabor Face/Palmprint/fingerprint/iris recognition, such as matching program source. Note that the program source code contains the feature extraction and matching identification, but t
Platform: | Size: 10240 | Author: | Hits:

[Windows DevelopVfinngerccheei

Description: Visual C++6.0的指纹识别代码,包含指纹识别各个个步骤的源程序源码,如指纹预处理,特征提取及匹配 可直接使用。 -The Visual C++6.0 fingerprint identification code contains a fingerprint to identify the source of the source of each step, such as fingerprint preprocessing, feature extraction and matching can be used directly.
Platform: | Size: 30720 | Author: 圣人 | Hits:

[Graph Recognizeefinger

Description: 完整的VC指纹识别源代码 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-VC fingerprint recognition source code is a complete fingerprint recognition program, which includes a histogram equalization, Gabor filter image enhancement filter pattern, texture refinement, feature extraction and feature matching. , Feature matching includes matching method, also with PPT, very worthy of study.
Platform: | Size: 3632128 | Author: 黄海源 | Hits:

[Graph Recognizefinger_GUI

Description: 指纹识别代码,可安装,有GUI文件,以及源代码,完成以下功能 (1)输入指纹图像文件并显示 ; (2)抽取指纹图像中的指纹端点和分叉点坐标特征,注意指纹图像 边缘的指纹端点信息可以忽略; (3) 在指纹图像上叠加显示抽取的该指纹特征;——————完成! (4) 手工添加、移动和删除某个指纹特征 ; (5) 输出指纹特征文件。-Fingerprint identification code, can be installed with GUI files, and source code, complete the following functions (1) input fingerprint image file and display (2) extracting fingerprint fingerprint image coordinates of endpoints and bifurcation characteristics, note the edges of the fingerprint image Fingerprint endpoint information can be ignored (3) in the fingerprint image superimposed on the fingerprint feature extraction ------ finish! (4) to manually add, move, and delete a fingerprint characteristics (5) the output characteristics of the fingerprint file.
Platform: | Size: 7153664 | Author: 何静飞 | Hits:

[Otherfingerprint--defination

Description: 指纹识别的matlab全代码,包括预处理,提取特征点,点匹配。。。其中用到gabor滤波-The whole fingerprint recognition matlab code, including preprocessing, feature point extraction, points matching. . . Which uses gabor filter
Platform: | Size: 98304 | Author: belinda | Hits:

[Speech/Voice recognition/combinesource-code

Description: this fingerprint combination for privacy protection code only contain feature extraction-this is fingerprint combination for privacy protection code only contain feature extraction
Platform: | Size: 192512 | Author: PRAKASH M | Hits:
« 12 »

CodeBus www.codebus.net