登录
首页 » matlab » 指纹识别设计

指纹识别设计

于 2019-03-17 发布
0 204
下载积分: 1 下载次数: 15

代码说明:

说明:  简单的指纹识别系统,包括增强、二值化、细化、匹配等(Simple fingerprint identification system, including enhancement, binarization, thinning, matching and so on)

文件列表:

指纹识别设计, 0 , 2014-07-04
指纹识别设计\19_7.bmp, 66614 , 2001-01-11
指纹识别设计\22443.bmp, 132118 , 2000-08-21
指纹识别设计\37_3.bmp, 66614 , 2001-01-11
指纹识别设计\37_5_2.bmp, 66614 , 2001-01-11
指纹识别设计\37_7.bmp, 66614 , 2001-01-11
指纹识别设计\Cropping.asv, 1833 , 2014-07-03
指纹识别设计\Cropping.m, 1833 , 2014-07-03
指纹识别设计\centralizing.asv, 2958 , 2014-07-03
指纹识别设计\centralizing.m, 2958 , 2014-07-03
指纹识别设计\fp_database.dat, 17048 , 2014-07-03
指纹识别设计\fpextractdemo.asv, 24580 , 2014-07-03
指纹识别设计\fpextractdemo.m, 24588 , 2014-07-03
指纹识别设计\gabor2d_sub.asv, 930 , 2014-07-03
指纹识别设计\gabor2d_sub.m, 930 , 2014-07-03
指纹识别设计\informations.dat, 45626 , 2014-07-03
指纹识别设计\sector_norm.asv, 2062 , 2014-07-03
指纹识别设计\sector_norm.m, 2062 , 2014-07-03
指纹识别设计\vedicentro.asv, 906 , 2014-07-03
指纹识别设计\vedicentro.m, 906 , 2014-07-03
指纹识别设计\whichsector.asv, 1260 , 2014-07-03
指纹识别设计\whichsector.m, 1260 , 2014-07-03
指纹识别设计\指纹识别.ppt, 283136 , 2014-07-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 混合高斯背景模型 Untitled2
    在混合高斯背景模型中,认为像素之间的颜色信息互不相关,对各像素点的处理都是相互独立的。对于视频图像中的每一个像素点,其值在序列图像中的变化可看作是不断产生像素值的随机过程,即用高斯分布来描述每个像素点的颜色呈现规律单模态(单峰),多模态(多峰)(Gaussian mixture background modeling is a background representation method based on the statistical information of pixel samples. Statistical information such as the number of patterns, the mean and standard deviation of each pattern are used to represent the background. Statistical difference (such as 3_principle) is used to judge the target pixel. Complex dynamic background modeling has a large amount of computation. In the Gaussian mixture background model, it is considered that the color information between pixels is uncorrelated and the processing of each pixel is independent of each other. For each pixel in a video image, the change of its value in a sequential image can be seen as a random process that produces pixel values continuously, i.e. Gaussian distribution is used to describe the regularity of color rendering of each pixel in single mode (single peak) and multi-mode (multi-peak))
    2020-06-20 04:20:02下载
    积分:1
  • colour detection
    Simple colour detection using MATLAB
    2018-05-09 17:19:56下载
    积分:1
  • 降噪自编码
    说明:  训练降噪自编码,运用降噪自编码器完成数据的特征提取和分类,可应用于图像识别。(examinationTraining noise reduction self coding, using noise reduction self coding to complete data feature extraction and classification, can be applied to image recognition.)
    2021-04-15 22:08:54下载
    积分:1
  • PQ3
    Right solution for PQ3!!! Total point is 100 points
    2011-04-30 21:44:52下载
    积分:1
  • BCEncode
    说明:  128条码打印DLL,通用平台都可以调用(128 bar code printing DLL)
    2019-04-21 19:54:54下载
    积分:1
  • 该游戏是V1.0的更新版: 这里是更新的功能: 1.落点更精确 2.可站半身位 3.泡泡爆炸的水柱更准确 4.手感调整了,比如自动移位调整坐标 如果被炸了,请按...
    该游戏是V1.0的更新版: 这里是更新的功能: 1.落点更精确 2.可站半身位 3.泡泡爆炸的水柱更准确 4.手感调整了,比如自动移位调整坐标 如果被炸了,请按回车,放炸弹是 R Shift ,移动是 ←↑↓→-V1.0 of the game is an updated version : Here is the updated features : 1. Two more precise accuracy. Who can stand two-three. The explosion bubble column more accurate 4. Touch adjustments, such as automatic shift adjustment if the bombing coordinates, please press the Enter, plant bombs R Shift, mobile is
    2022-01-31 04:17:26下载
    积分:1
  • 基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进...
    基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进-Based on PSO algorithm program, you can easily solve the optimization problem, on this basis can also be easily be improved
    2022-02-25 05:16:31下载
    积分:1
  • VC++界面换肤实例+源码
    VC完美的界面换肤实例+源码,VC++界面换肤大多数仅仅提供Dll或者Lib,有代码的又有很多问题,这几日突然想到一个解决方案,有源码,有100多种皮肤可切换,就是采用Delphi里边成熟的界面组件vclskin,将它做成Dll来用,效果相当不错,调试源码注意事项:   1、实例中包含了所有的源代码,可以随便修改它,添加从资源加载皮肤,动态换肤的功能。   2、实例中的VclSkin4.93代码为其它公司成熟的产品,请下载后在24小时内删除。   3、皮肤有很多,可以到网络上下载,更有皮肤编辑工具,方便自定义。
    2022-03-06 02:06:12下载
    积分:1
  • arm 的PWM功能源码,用以实现常用的方波控制
    arm 的PWM功能源码,用以实现常用的方波控制-arm of the PWM function of source to achieve the commonly used square-wave control
    2022-08-24 16:51:08下载
    积分:1
  • Desktop
    机器人导论第三章部分程序功能大论文。很简单(Digital image processing test)
    2019-06-28 12:21:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载