-
指纹识别
VC++ 指纹识别系统的源代码,一个学士学位的毕业设计。
内容简介:
由于指纹所具有的唯一性和不变性,以及指纹识别技术具有很高的可行性和实用性,指纹识别成为目前最流行、最可靠的个人身份认证技术之一。
本论文对指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。
本文针对基于点模式匹配的指纹匹配算法速度较慢的现状,设计了一种新的指纹匹配方法,即利用纹线匹配技术来寻找基准点对的指纹匹配算法.实验证明,该算法匹配速度很快,误识率低,准确性高,并具有图象旋转平移不变性.对面积适中的指纹图象,匹配结果可以满足在线应用的需要.该算法有望发展成为一种实用、有效的指纹匹配技术.
- 2022-03-21 20:23:05下载
- 积分:1
-
余成波《数字图像处理及Matlab实现》.pdf
余成波《数字图像处理及Matlab实现》.pdf-YU Cheng-bo " digital image processing and Matlab to achieve" . Pdf
- 2022-11-27 12:25:04下载
- 积分:1
-
MSChart是微软发布的.NET 3.5框架下的图表控件,功能强劲,基本上能想到的图表都可以使用它绘制出来,常见的:点状图、饼图、柱状图、曲线图、面积图、排列...
MSChart是微软发布的.NET 3.5框架下的图表控件,功能强劲,基本上能想到的图表都可以使用它绘制出来,常见的:点状图、饼图、柱状图、曲线图、面积图、排列图等等,同时也支持3D样式的图表显示,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,不过缺点也比较明显,只能在最新的开发环境中使用,需要.Net 3.5 Sp1以及VS 2008的开发环境。 -MSChart Microsoft released. NET 3.5 framework of the chart control, robust, can basically think of the chart can use it to draw out common: the point-like diagrams, pie charts, bar charts, graphs, area maps, arranged map, etc., but also supports 3D-style graphics display, graphical statistics and reports to the graphical display provides a good solution to support both Web and WinForm in two ways, but the more obvious shortcomings, only in the latest development environment be used need to. Net 3.5 Sp1 and the VS 2008 development environment.
- 2022-02-05 15:36:17下载
- 积分:1
-
In medicine visible algorithm classical body plan algorithm
realization, realize...
医学可视化算法中经典的体绘制算法的实现,在VC下实现的,对于医学可视化方面的研究很有帮助。- In medicine visible algorithm classical body plan algorithm
realization, realizes under VC, has the help very much regarding the
medicine visible aspect research.
- 2022-08-10 16:02:00下载
- 积分:1
-
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。...
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。-Optimal segmentation, seeking the optimal image segmentation when the calculations. Input array a for the image gray value, from small to large input array 2 as corresponding to the number of gray values.
- 2022-02-14 04:43:13下载
- 积分:1
-
实验二: 圆的种子填充算法
实验目的:掌握多边区域的种子填充算法
实验要求:1.在R=200的圆内实现种子填充
2.研究算法效率及存储的节省方法...
实验二: 圆的种子填充算法
实验目的:掌握多边区域的种子填充算法
实验要求:1.在R=200的圆内实现种子填充
2.研究算法效率及存储的节省方法
-two experiments : one in the seed filling algorithm experiment : master multilateral regional seed filling algorithm experiment : 1. R = 200 yen within two seed filling. Research algorithm efficiency and save storage method
- 2022-08-09 04:55:18下载
- 积分:1
-
这段程序,实现了上述的膨胀运算,针对的都是黑色点。
这段程序,实现了上述的膨胀运算,针对的都是黑色点。-this process, achieve the above expansion computing has been aimed at Black Point.
- 2022-03-22 04:35:09下载
- 积分:1
-
一个自己好玩的程序,主要是用三角面片构成一个球,三角面片的面积相同但形状不同...
一个自己好玩的程序,主要是用三角面片构成一个球,三角面片的面积相同但形状不同-a fun own procedures, it is mainly used triangular facets pose a ball, and the triangular facets of the same size but different shapes
- 2022-01-25 17:02:27下载
- 积分:1
-
用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,将图像分为文字和非文字的两个类别等等...
用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,将图像分为文字和非文字的两个类别等等 -Edge detection using Prewitt edge of the image with different σ values LoG edge detection image edge detection using Canny operator the edge of the image, text and images are divided into two categories, and so on
- 2022-02-11 16:20:39下载
- 积分:1
-
神龙卡开发完全范例,适合视频、音频开发人员参考使用。
神龙卡开发完全范例,适合视频、音频开发人员参考使用。-Shenlong card development paradigm completely suitable for video, audio developers use and reference.
- 2022-04-10 11:10:40下载
- 积分:1