CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像比较

搜索资源列表

  1. 图像比较代码

    0下载:
  2. 图像识别比较实例。 图像识别比较实例。- Picture recognition comparison example. Picture recognition comparison example. Picture recognition comparison example.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2026893
    • 提供者:杨明
  1. 基于眼裂的人脸图像归一化.doc

    0下载:
  2. 针对人脸识别中图像前期处理的人脸图像归一化问题,用AdaBoost Cascade方法检测出人脸和眼裂,提出以两眼裂中心点连线为基准进行水平旋转和尺度的归一化矫正方法。与通常的利用两眼瞳距方法相比较,该方法更加快速准确,能处理多达20°的倾斜,对戴眼镜、图像模糊、俯视、仰视、斜视等情况的鲁棒性更好。 A novel approach was presented, using the line between the two center points of the palpebral fiss
  3. 所属分类:文档资料

    • 发布日期:2010-10-03
    • 文件大小:614400
    • 提供者:lichaoyou
  1. Win32图像编程实战:VC++火焰燃烧效果

    0下载:
  2. VC++图形编程实战,能够形成火焰燃烧的效果,很逼真生动,Codefans.net测试截图如上所示,一个纯Win32作品,没有用到MFC。粗略的看了一下程序,算法比较复杂,希望能用到这方面的朋友下回去仔细研究一下。
  3. 所属分类:源码下载

  1. 一个全面的图像处理与分析软件源程序.rar

    2下载:
  2. 一个比较全面的图像处理开发环境,它包含了图像处理的一些基处理方法,如彩色转灰度,二值变,图像平滑处理等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-10-31
    • 文件大小:1729297
    • 提供者:iqyush
  1. 基于Matlab 7.0的指纹图像预处理

    1下载:
  2. 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
  3. 所属分类:2D图形编程

  1. 基于图像SIFT 特征的图像检索方法

    1下载:
  2. 基于SIFT特征提取,本文提出了一种多尺度的图像检索算法,将一幅图像转化为多个特征的集合,再通过计算两幅图像特征向量间的欧氏距离进行比较得出结果进而实现图像检索功能。实验结果说明该算法具有尺度、平移、旋转不变性,可以进行良好应用。
  3. 所属分类:文档资料

    • 发布日期:2011-07-22
    • 文件大小:812973
    • 提供者:fannting
  1. 编码识别代码通过图像识别技术

    1下载:
  2. 用摄像头采集类似于电话充值卡的图象,对其的卡号,密码区域进行识别,只识别数字。(0-9)但原理相同,你只需改一下字库即可使用。 我先说下步骤: 1. 字符和字符之间都有间隔,首先要根据间隔确定每个字符的区域(Rect). 2. 然后一个一个象素地和标准字符比较。也就是比较 26 * 2 = 52 次,误差最小的,就认为是该字符。 (注:这种算法比较简单,易于理解,缺点就是效率不高,我用摄像头采集图象识别数字成功率为 98%以上。我曾请教过一位做这方面的专家,他称无论什么识别,影响识别的最重要因数
  3. 所属分类:源码下载

    • 发布日期:2011-08-27
    • 文件大小:10334
    • 提供者:ctrlhi
  1. 图像复原逆滤波法matlab实现

    2下载:
  2. 图像复原逆滤波法matlab实现 和增强比较。,Image Restoration matlab inverse filtering method to achieve and enhance the comparison.
  3. 所属分类:matlab例程

    • 发布日期:2016-06-29
    • 文件大小:922
    • 提供者:ljy
  1. number计算颗粒个数.rar

    1下载:
  2. 计算图像中颗粒的个数,程序比较简单,用到了形态学的方法。,image calculated the number of particles, the procedure is relatively simple, use the morphological method.
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-29
    • 文件大小:298071
    • 提供者:张立
  1. ImageComparator.rar

    1下载:
  2. 实现了比较两图像的相似度,先转化为相同大小,然后生成图像的颜色直方图,最后比较两直方图的相似度,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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:1763
    • 提供者:haiyan
  1. yanyan

    0下载:
  2. 把一个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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1581
    • 提供者:zhengyan
  1. image(C++)

    0下载:
  2. 图像处理的常用代码,功能比较全面,包含了一般的算法!-Commonly used image processing code, a more comprehensive features, including a general algorithm!
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:6005760
    • 提供者:li
  1. Canny

    0下载:
  2. 该代码是在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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:141053
    • 提供者:zxg
  1. vb6

    1下载:
  2. VB6图像比较分析控件源代码,图像处理有需要的朋友可下-Comparative analysis of images VB6 source code control, image processing, the Friends may have required under the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:17065
    • 提供者:洋少
  1. extremum

    0下载:
  2. 对读入的两幅图像进行逐个像元比较,取其中最大或最小值形成新图像矩阵,输出。 已形成界面。可通过界面进行上述操作。-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
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:390496
    • 提供者:朱方圆
  1. imageComp

    0下载:
  2. 图像比较。稍加改进可以实现“找不同”游戏外挂哦!采用VB实现。有兴趣的家伙可要看看了。-Comparison of images. Little improvement can be achieved, " look different" game plug-Oh! Achieved using VB. Interested guys you had better look.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:41276
    • 提供者:uniphoebe
  1. testimages

    1下载:
  2. 用来做信噪比、峰值信噪比和均方差检测的图像,比较经典,都是灰度图像-Used for signal to noise ratio, peak signal to noise ratio and standard deviation detection images, more classic, all gray image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:867951
    • 提供者:ycg
  1. QQ_zhaocha_tool

    0下载:
  2. 使用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
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-27
    • 文件大小:9955544
    • 提供者:kevin
  1. sy1_4

    0下载:
  2. 读取图像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.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:633
    • 提供者:puyanmei
  1. bitmap_bit

    0下载:
  2. VC++ 位图大PK程序,两幅BMP图像比较大小,希望能对大家有所帮助 -VC++ big PK bitmap program, comparing the size of two BMP images, hoping to be helpful
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:340198
    • 提供者:madud00034
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com