指纹传感器FPC1080,在android下的驱动,详细的源代码。
2021-06-23 11:30:07 2.17MB 指纹 android
1
在matlab7.0上进行指纹特征提取,此仿真对初学者有很大帮助!
2021-06-23 10:56:18 129KB matlab 特征提取
1
https://blog.csdn.net/qq_41398448/article/details/104212738 文章中的源码下载 代码是Python写的
2021-06-20 23:22:29 30KB 指纹图像 Python
1
MATLAB源码集锦-指纹图像细节特征提取与MATLAB实现
2021-06-19 17:02:03 535KB 特征提取 指纹处理 MATLAB MATLAB代码
verilog程序,附课程设计报告
2021-06-19 01:25:05 1.78MB verilog 指纹生成器
1
中控指纹仪驱动程序,ZKTime5.0考勤软件,希望对开发中控指纹接口的网友有所帮助
2021-06-18 11:03:27 16.11MB live20r 驱动程序 指纹 ZKTime5.0
1
MD5效验工具,可以对文件指纹进行效验.
2021-06-16 21:19:11 293KB MD5
1
keytool 查看apk 的签名信息(如MD5、SHA1、SHA256)
2021-06-16 18:01:05 164.22MB keytool工具
1
指纹头测试软件,晟元协议指纹头测试软件,具有呼吸灯指示控制
2021-06-14 21:33:23 1.23MB 指纹头 晟元
1
指纹增强-指纹增强.rar 有一位论坛朋友寻找的关于一篇经典指纹增强文章的源代码: 帖子如下(含文章): https://www.ilovematlab.cn/thread-74316-1-1.html 这个源程序的一个实例:介绍一下怎么应用 clear clc im = imread; if length)>2     im=rgb2gray; end         % Identify ridge-like regions and normalise image     blksze = 16; thresh = 0.1;     [normim, mask] = ridgesegment;     show;     % Determine ridge orientations     [orientim, reliability] = ridgeorient;     plotridgeorient     show 1.jpg 2.jpg 3.jpg                            原图                                                                    Orientations overlaid                                        'Reliability' of orientations                                   % Determine ridge frequency values across the image     blksze = 36;     [freq, medfreq] = ridgefreq;     show                                 Frequency data          % Actually I find the median frequency value used across the whole    % fingerprint gives a more satisfactory result...       freq = medfreq.*mask;         % Now apply filters to enhance the ridge pattern    newim = ridgefilter;    show;                                 Filtered image             % Binarise, ridge/valley threshold is 0    binim = newim > 0;    show;                                 Binary image         % Display binary image for where the mask values are one and where    % the orientation reliability is greater than 0.5    show, 7)                                 Masked binary image                                 Original image 程序包如下: 指纹增强.rar 程序包含: QQ截图未命名.jpg
2021-06-14 17:16:39 154KB matlab
1