搜索资源列表
-
1下载:
基于matlab的指纹识别系统,采用基于细节点对比,输入图像必须是256×256,8-bit灰度值,500dip的指纹。-Matlab-based fingerprint identification system based on Minutiae contrast, imported images must be 256 x 256.8-bit gray scale values 500dip fingerprints.
-
-
0下载:
Sunil Lee and Chang D. Yoo: Video Fingerprinting Based on Centroids of Gradient Orientations
Fingerprints are feature vectors that can uniquely characterize the video signal. The goal of a video fingerprinting system is to judge whether two vide
-
-
0下载:
用MATLAB工具来实现指纹识别技术的处理方法源代码。-The code researches and implements the Fingerprint Identification System based on the MATLAB .
-
-
0下载:
These routines implement a landmark-based audio fingerprinting system that is very well suited to identifying small, noisy excerpts a large number of items. It is based on the ideas used in the Shazam music matching service, which can identify seemin
-
-
0下载:
This project reflects pattern recognition techniques that we’ve studied in course. Our main focus throughout the project was feature extraction. System extracts minutiae points selected image and then performs fingerprint matching based on minutiae p
-
-
3下载:
本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on
-