指纹增强-指纹增强.rar

上传者: 39841848 | 上传时间: 2021-06-14 17:16:39 | 文件大小: 154KB | 文件类型: RAR
指纹增强-指纹增强.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

文件下载

资源详情

[{"title":"( 14 个子文件 154KB ) 指纹增强-指纹增强.rar","children":[{"title":"指纹增强","children":[{"title":"2.jpg <span style='color:#111;'> 22.33KB </span>","children":null,"spread":false},{"title":"freqest.m <span style='color:#111;'> 3.62KB </span>","children":null,"spread":false},{"title":"1.jpg <span style='color:#111;'> 18.20KB </span>","children":null,"spread":false},{"title":"ridgeorient.m <span style='color:#111;'> 4.15KB </span>","children":null,"spread":false},{"title":"normalise.m <span style='color:#111;'> 2.33KB </span>","children":null,"spread":false},{"title":"ridgesegment.m <span style='color:#111;'> 2.29KB </span>","children":null,"spread":false},{"title":"3.jpg <span style='color:#111;'> 7.66KB </span>","children":null,"spread":false},{"title":"5.jpg <span style='color:#111;'> 12.52KB </span>","children":null,"spread":false},{"title":"finger.png <span style='color:#111;'> 81.22KB </span>","children":null,"spread":false},{"title":"ridgefreq.m <span style='color:#111;'> 2.97KB </span>","children":null,"spread":false},{"title":"4.jpg <span style='color:#111;'> 4.13KB </span>","children":null,"spread":false},{"title":"show.m <span style='color:#111;'> 4.96KB </span>","children":null,"spread":false},{"title":"plotridgeorient.m <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false},{"title":"ridgefilter.m <span style='color:#111;'> 4.75KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明