搜索资源列表
指纹识别-FPM10A例程
- 指纹识别-FPM10A例程
单片机控制的MFRC500的指纹识别系统
- 单片机控制的MFRC500的指纹识别系统
fps200_ok.指纹识别芯片fps200(富士通)在linux下的驱动程序
- 指纹识别芯片fps200(富士通)在linux下的驱动程序(for arm7(ep7312) linux,其他芯片需要修改映射内存地址), Fingerprint recognition chip fps200 (Fujitsu) under the linux driver (for arm7 (ep7312) linux, other chips needs to revise mapping memory address)
指纹识别程序代码
- dephi写的 指纹仪通信,采集不同指纹,指纹识别程序代码例子。
STM32指纹识别
- 基于STM32的指纹识别项目例程,包含原理图和程序,详细,实用(STM32 based fingerprint recognition routines, including schematics and procedures, detailed and practical)
指纹识别C++
- 指纹识别的源码,可以识别手指的指纹,实现语言为C++(Fingerprint identification source, you can identify the finger of fingerprints, the realization of language for C++)
指纹识别-UART
- 实现指纹识别和指纹图像数据上传到上位机STM32(Fingerprint identification and fingerprint image data upload to the host computer STM32)
指纹识别源代码 - finger
- 指纹识别预处理,预处理包括图像增强,图像细化,寻找奇异点,细节检测(Preprocessing of fingerprint identification)
14,ATK-AS608指纹识别模块
- ATK-AS608指纹识别系统,软硬件设计,欢迎大家下载(ATK - AS608 fingerprint identification system, the hardware and software design, welcome everyone to download)
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
R307指纹识别模块用户手册
- R307指纹识别模块用户手册有串口开发命令(R307 fingerprint identification module user manual, serial development commands)
指纹识别算法
- 指纹识别的源码,类库,以及各种封装方法。(fingerprint identification)
容式指纹识别模块规格书-160-V1.0-faed.pdf
- 按压电容式指纹识别模块。像素是160*160,面积有8*8mm。(area type capacitive fingerprint module. pixel is 160*160, area is 8*8mm.)
指纹识别系统的研究与设计
- 指纹识别系统的研究与设计,包括图像的预处理,分割,增强。(The research and design of fingerprint identification system, including image preprocessing, segmentation and enhancement.)
指纹识别
- 指纹识别系统 包括数据库导入、图像选择识别、帮助功能、识别图像可视、gabor滤波可视,实现界面操作(Fingerprint recognition system includes database import, image selection and recognition, help function, recognition image visualization, gabor filtering visualization, and interface operation)
指纹识别算法
- ·详细说明:基于matlab的快速嵌入式指纹识别算法文件列表: 19_7.bmp 22443.bmp 37_3.bmp 37_5_2.bmp 37_7.bmp centralizing.m conv2fft.m Cropping.m fprec.m gabor2(Detailed descr iption: Matlab-based file list of fast embedded fingerprint identification algorith
基于MATLAB的指纹识别系统并且带有gui界面
- 对指纹进行处理,指纹识别,带有GUI界面,但是需要付费才能得到代码(Fingerprint processing and fingerprint recognition)
基于Matlab的指纹识别程序及其演示
- 这是一个基于MATLAB开发平台的指纹识别程序(This is a fingerprint recognition program based on MATLAB development platform.)
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
- 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB