登录
首页 » matlab » 指纹图像预处理程序

指纹图像预处理程序

于 2020-04-05 发布
0 85
下载积分: 1 下载次数: 3

代码说明:

说明:  对指纹图像做预处理,包括图像归一化、增强、二值化、细化等操作(Preprocessing fingerprint image)

文件列表:

指纹图像预处理程序\DistEuclidian.m, 866 , 2018-06-27
指纹图像预处理程序\fingerprint.m, 5293 , 2018-06-29
指纹图像预处理程序\fingerprintGUI.fig, 82698 , 2018-06-28
指纹图像预处理程序\fingerprintGUI.m, 9151 , 2018-06-28
指纹图像预处理程序\minutie.m, 99 , 2007-07-30
指纹图像预处理程序\myLinearEnhance.m, 815 , 2018-06-29
指纹图像预处理程序\test0.bmp, 120054 , 2007-07-24
指纹图像预处理程序\test1.bmp, 66614 , 2001-01-11
指纹图像预处理程序\test2.bmp, 66614 , 2001-01-11
指纹图像预处理程序, 0 , 2018-06-29

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

发表评论

0 个回复

  • 粒子群优化算法
    粒子群优化算法 人工智能 优化算法 信号去噪 非常好用(Particle swarm optimization algorithm, artificial intelligence optimization algorithm, signal denoising is very easy to use)
    2017-07-06 10:20:06下载
    积分:1
  • 瑞萨R7F0C807无线充电发送器设计(PCB+源码)
    wireles charging
    2020-08-24 11:38:17下载
    积分:1
  • mocexishuquxian3
    说明:  这个程序用于MATLAB中,可以打开多个TXT文件,并保存成mat格式的文件,接着继续绘制图形,最后根据曲线的情况,可以进行最小二乘的拟合。(This program is used in MATLAB. It can open multiple TXT files and save them in mat format. Then it can continue to draw graphics. Finally, according to the situation of the curve, it can be fitted by least squares.)
    2020-06-25 14:20:01下载
    积分:1
  • serial3dianping
    I型三电平的感应加热,使得开关管承受的应力变小。可以借鉴(Type I three-level induction heating reduces the stress on the switch tube. Can learn from)
    2018-11-10 17:18:39下载
    积分:1
  • 田承金19501010305
    说明:  DDA直线插补文件 DDA圆弧插补 逐点比较法直线插补 逐点比较法圆弧插补(DDA linear interpolation file)
    2020-06-16 21:23:47下载
    积分:1
  • 1500w烤箱回流焊
    说明:  1500w烤箱回流焊 源程序 电路图 BGA返修台(Circuit diagram of reflow soldering source program for 1500W oven)
    2021-01-22 03:29:18下载
    积分:1
  • C# 实现多张GIF叠加的动画效果
    C# 实现多张GIF叠加的动画效果,一个会走路的小猫,实现原理是将多张GIF图片以一定速度串联显示,形成视觉上的连续动态效果,这也是最容易理解的一种动画形成方式。
    2023-06-17 03:40:03下载
    积分:1
  • SSA
    奇异谱方法( SSA) 是一种特别适合于研究周期振荡行为的分析方法, 它是从时间序列的动力重构出发, 并与经验正交函数相联系的一种统计技术, 是EOF分解的一特殊应用。分解的空间结构与时间尺度密切相关, 可以较好地从含噪声的有限尺度时间序列中提取信息, 目前已应用于多种时间序列的分析中(Singular spectrum method (SSA) is a kind of analysis method which is especially suitable for studying periodic oscillation behavior. It is a statistical technique based on dynamic reconstruction of time series and associated with empirical orthogonal function. It is a special application of EOF decomposition. The spatial structure of decomposition is closely related to the time scale. It can extract information from the finite-scale time series with noise. Now it has been applied to the analysis of many time series.)
    2018-10-04 13:09:05下载
    积分:1
  • 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-08-06 12:51:19下载
    积分:1
  • YZ_JAMMING
    雷达干扰样式——压制干扰,是雷达中常用的干扰方式,仿真完好(Radar jamming mode, suppressing jamming, is a commonly used jamming mode in radar.)
    2018-10-03 19:40:57下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载