搜索资源列表
CFingerPrint
- 指纹机系统sdk调用,完成指纹机考勤打卡考勤信息获取管理-Fingerprint system sdk call to complete the fingerprint attendance punch in access to information management
WorkTime
- 读取指纹打卡的源文件,然后自动判断该员工有没有迟到、旷工。计算工作时间,平均工作时间。最后输出总的考勤信息-Read the fingerprint puncher source file, and then automatically if the employees have to be late, absenteeism.Computation time, the average working hours.The final output total attendance informa
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
- 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB