搜索资源列表
-
0下载:
做实验室测试的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 vali
-
-
0下载:
指纹图像的增强,细化.指纹特征点的提取,单个特征点的对比,单个特征星的对比,指纹图像的对比-fingerprint image enhancement and refinement. Fingerprint Feature Extraction Point, a single point of contrast, Characteristics of single-contrast images of fingerprints
-
-
0下载:
完整的MATLAB指纹处理程序,包括分割,滤波,特征点提取,matlab fingerprint feature extraction program
-
-
0下载:
指纹识别中的后期指纹特征点提取与匹配算法程序,包括有自定义的.m文件,与之前的预处理联合使用效果更好-Fingerprint in the latter part of the fingerprint feature point extraction and matching algorithm, including custom. M files, in combination with pre-treatment before better
-
-
0下载:
此代码可以进行指纹识别,包括预处理,特征提取,分类识别,this code can fingerprint identification, including preprocessing, feature extraction, classification, etc.
-
-
4下载:
指纹识别算法,所有算法代码(包括预处理,提取特征与匹配算法)都包含在内,没有使用动态链接库,Fingerprint recognition algorithm, all the algorithm code (including preprocessing, feature extraction and matching algorithm) are included, do not use dynamic-link library
-
-
0下载:
基于matlab的对于指纹的特征提取,对初学者有很好的帮助,,The matlab-based feature extraction for fingerprint on a very good help for beginners
-
-
4下载:
这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配-This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition stan
-
-
0下载:
指纹识别的程序,包括二值化,细化,提取特征点等。-Fingerprint identification procedures, including binarization, thinning, such as extraction of feature points.
-
-
3下载:
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。-Source code for fingerprint recognition, fingerprint pre-processing, image enhancement, feature extraction, fingerprint matching and fingerprint storage.
-
-
1下载:
这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。-This is a complete fingerprint recognition procedure, which includes a histogram equalization, Gabor filter image enhancement, filtering pattern, texture refinement, feature extraction and fea
-
-
0下载:
用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,
-
-
0下载:
含有完整的指纹处理步骤,是用MATLAB进行编程的。主要有基于纹理的指纹特征的提取和分析。-Contains a complete fingerprint processing step is carried out using MATLAB programming. Mainly based on the texture of the fingerprint feature extraction and analysis.
-
-
0下载:
一套指纹识别算法,从指纹的采集到特征提取,全都有。-Is a fingerprint recognition algorithm, from the collected fingerprint feature extraction, all there is.
-
-
0下载:
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
-
-
0下载:
指纹识别中的指纹采集、指纹特征提取和指纹匹配-Fingerprint in the fingerprint identification, fingerprint feature extraction and fingerprint matching
-
-
0下载:
demo program a complete fingerprint feature extraction procedures. Including all the algorithms commonly used options.Centralize: binary image, Center Point- Crop: image pruning- Sectorize: Visualization fan- Normalize: normalized input image- Gabor
-
-
0下载:
本文简要介绍了指纹识别的基本步骤,分别是指纹图像预处理、指纹特征提取、指纹匹配。-This article briefly describes the basic steps of the fingerprint identification, the fingerprint image pre-processing, fingerprint feature extraction, fingerprint matching.
-
-
0下载:
指纹细节提取主要分为两大步骤,即指纹的预处理、特征点的提取、伪特征点去除三个步骤。-Fingerprint minutiae extraction is divided into two steps, fingerprint preprocessing, feature point extraction, pseudo feature points, removal of three steps.
-
-
0下载:
Haar特征提取,广泛运用于人脸识别,指纹识别等图像识别领域。-HAAR feature extraction, is widely used in the field of face recognition, fingerprint identification, image recognition.
-