搜索资源列表
图像比较代码
- 图像识别比较实例。 图像识别比较实例。- Picture recognition comparison example. Picture recognition comparison example. Picture recognition comparison example.
基于眼裂的人脸图像归一化.doc
- 针对人脸识别中图像前期处理的人脸图像归一化问题,用AdaBoost Cascade方法检测出人脸和眼裂,提出以两眼裂中心点连线为基准进行水平旋转和尺度的归一化矫正方法。与通常的利用两眼瞳距方法相比较,该方法更加快速准确,能处理多达20°的倾斜,对戴眼镜、图像模糊、俯视、仰视、斜视等情况的鲁棒性更好。 A novel approach was presented, using the line between the two center points of the palpebral fiss
Win32图像编程实战:VC++火焰燃烧效果
- VC++图形编程实战,能够形成火焰燃烧的效果,很逼真生动,Codefans.net测试截图如上所示,一个纯Win32作品,没有用到MFC。粗略的看了一下程序,算法比较复杂,希望能用到这方面的朋友下回去仔细研究一下。
一个全面的图像处理与分析软件源程序.rar
- 一个比较全面的图像处理开发环境,它包含了图像处理的一些基处理方法,如彩色转灰度,二值变,图像平滑处理等。
基于Matlab 7.0的指纹图像预处理
- 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
基于图像SIFT 特征的图像检索方法
- 基于SIFT特征提取,本文提出了一种多尺度的图像检索算法,将一幅图像转化为多个特征的集合,再通过计算两幅图像特征向量间的欧氏距离进行比较得出结果进而实现图像检索功能。实验结果说明该算法具有尺度、平移、旋转不变性,可以进行良好应用。
编码识别代码通过图像识别技术
- 用摄像头采集类似于电话充值卡的图象,对其的卡号,密码区域进行识别,只识别数字。(0-9)但原理相同,你只需改一下字库即可使用。 我先说下步骤: 1. 字符和字符之间都有间隔,首先要根据间隔确定每个字符的区域(Rect). 2. 然后一个一个象素地和标准字符比较。也就是比较 26 * 2 = 52 次,误差最小的,就认为是该字符。 (注:这种算法比较简单,易于理解,缺点就是效率不高,我用摄像头采集图象识别数字成功率为 98%以上。我曾请教过一位做这方面的专家,他称无论什么识别,影响识别的最重要因数
图像复原逆滤波法matlab实现
- 图像复原逆滤波法matlab实现 和增强比较。,Image Restoration matlab inverse filtering method to achieve and enhance the comparison.
number计算颗粒个数.rar
- 计算图像中颗粒的个数,程序比较简单,用到了形态学的方法。,image calculated the number of particles, the procedure is relatively simple, use the morphological method.
ImageComparator.rar
- 实现了比较两图像的相似度,先转化为相同大小,然后生成图像的颜色直方图,最后比较两直方图的相似度,To realize the similarity of two images, first into the same size, and then generate the image color histogram, and finally compare the similarity of two histograms
yanyan
- 把一个256*256的图像分成8*8小块,然后进行DFT变换,分别比较在空间域和频域内对图像进行二次抽样和差值最后得出的图像比较-1. Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2. Apply DFT to these sub images, and get the fourier transfo
image(C++)
- 图像处理的常用代码,功能比较全面,包含了一般的算法!-Commonly used image processing code, a more comprehensive features, including a general algorithm!
Canny
- 该代码是在vc++下编写的,最后能实现用Canny算子提取图像的边缘,附带测试图像,比较实用的边缘提取算法-The code is vc++ Prepared, and finally to achieve using Canny operator extract image edge, fringe test images, more practical edge extraction algorithm
vb6
- VB6图像比较分析控件源代码,图像处理有需要的朋友可下-Comparative analysis of images VB6 source code control, image processing, the Friends may have required under the
extremum
- 对读入的两幅图像进行逐个像元比较,取其中最大或最小值形成新图像矩阵,输出。 已形成界面。可通过界面进行上述操作。-To read the two images pixel-by-comparison, the maximum or minimum value from which to form a new image matrix, the output. Interface has formed. Through the interface to carry out such opera
imageComp
- 图像比较。稍加改进可以实现“找不同”游戏外挂哦!采用VB实现。有兴趣的家伙可要看看了。-Comparison of images. Little improvement can be achieved, " look different" game plug-Oh! Achieved using VB. Interested guys you had better look.
testimages
- 用来做信噪比、峰值信噪比和均方差检测的图像,比较经典,都是灰度图像-Used for signal to noise ratio, peak signal to noise ratio and standard deviation detection images, more classic, all gray image
QQ_zhaocha_tool
- 使用MFC制作的QQ找茬辅助工具 运行环境:VS 2008 程序通过获取窗口DC再进行图像比较,标出不同处-QQ finding fault produced using MFC aids operating environment: VS 2008 program through access to the window DC and then compare the images, marked differs
sy1_4
- 读取图像lena.tif,进行DCT变换,每个图像块保留10个DCT系数进行重构图像,比较重建图像与原始图像的差异。-Read the image lena.tif, the DCT transform, each image block of 10 DCT coefficients to retain the reconstructed image, reconstructed image compared with the original image differences.
bitmap_bit
- VC++ 位图大PK程序,两幅BMP图像比较大小,希望能对大家有所帮助 -VC++ big PK bitmap program, comparing the size of two BMP images, hoping to be helpful