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

搜索资源列表

  1. sift___yanshi

    0下载:
  2. sift算法的演示matlab程序 包括特征点的选取,算子的生成以及图像的自动匹配-sift the demonstration of the algorithm matlab program Including the selection of feature points, the automatic matching of the count of word generation and image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:28928
    • 提供者:谢军
  1. SIFTtutorial

    0下载:
  2. 关于sift算法的matlab教程 包括图像的特征提取 图像的匹配等 含m文件-Matlab tutorials on the sift algorithm Including image feature extraction image matching with m file
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25518566
    • 提供者:Aya
  1. Moravec-Harris

    0下载:
  2. 角点是图像中的重要特征,在图像配准与匹配、运动分析、目标识别、目标跟踪等领域中均得到了广泛的应用。 Moravec和Harris算法是计算机视觉领域中应用比较广泛的角点检测方法。介绍了Moravec和Harris及其改进等四种常 用的角点检测算法的实现原理及其特点,并对这四种方法进行了分析、比较,给出了它们的效率性能评价。然后通过实验 研究了它们在角点检测的速度、正确率和抗噪性等方面的差异,探讨了各种算法的优势和缺陷。最后,文章指出了角点检 测技术的研究与发展方向。 -Cor
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:240934
    • 提供者:Jason
  1. views

    0下载:
  2. 用C语言实现机器视觉的相关算法,对图像进行了精确地匹配-In the C language realization of machine vision algorithms, the image matching precisely
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-28
    • 文件大小:10792301
    • 提供者:开降龙
  1. surf

    0下载:
  2. 改进的sift算法,称为surf,来实现图像的匹配,并显示。 -Improved sift algorithm, known as the surf, to achieve the image matching, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:718104
    • 提供者:张倩
  1. SIFT_YantaoNoemie

    0下载:
  2. sift算法 图像处理 尺度无关特征转换 matlabSIFT算法的主要思想是在尺度空间寻找极值点,然后对极值点进行过滤,找出稳定的特征点。最后在每个稳定的特征点周围提取图像的局部特性,形成局部描述子并将其用在以后的匹配中.-Scale Invariant Feature Transform (SIFT) is an approach for detecting and extracting local feature descr iptors that are reasonably i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1355423
    • 提供者:杨双鹏
  1. ImageProcessing

    0下载:
  2. 图像识别系统包括各种处理算法 边缘检测算法 匹配代码-Image recognition system includes a variety of processing algorithms, edge detection algorithm to match code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4496196
    • 提供者:
  1. dmEYE

    1下载:
  2. 本软件基于块匹配和三维联合滤波进行去噪,其基本原理参考了图像去噪算法BM3D。但其具体实现过程不同于BM3D。供图像处理研究人员参考-This code is based on block matching and 3-D jiont filtering for imaging denoising.The basic algorithm is BM3D but the coding detail is different from BM3D.It s great recommened for i
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:1023874
    • 提供者:曾伟
  1. pipei

    0下载:
  2. 采用归一化算法,使用matlab来实现两幅图像的匹配-Using the normalized algorithm using matlab to achieve the matching of two images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:207163
    • 提供者:吉祥
  1. 25026645

    1下载:
  2. 用matlab对指纹识别图像算法的实现,包括分割,增强,二值化,细化,提取和匹配-Using matlab fingerprint image algorithm, including segmentation, enhancement, binarization, thinning, extraction and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5239
    • 提供者:李林
  1. FeatureExtraction

    0下载:
  2. 我用的是sift算法,对图像进行识别,对两图像上的共同点进行匹配-I use the sift algorithm for image recognition, common on the two images match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:48698
    • 提供者:liangjia
  1. xuguanxiangshijiance

    0下载:
  2. 图像进行序贯相似检测算法,通过模版,可以进行图像的匹配。-Image sequential similarity detection algorithm, the template match the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1263086
    • 提供者:Phenix
  1. BImageRegistra

    1下载:
  2. 基于边缘特征的图像配准算法源码基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域:(1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导和寻地等应 -Edge feature-based image registration algori
  3. 所属分类:Windows编程

    • 发布日期:2013-08-10
    • 文件大小:141859
    • 提供者:yanjun
  1. Wavelet_OMP

    0下载:
  2. 本程序实现图像LENA的压缩传感,小波变换让图像稀疏化,算法采用正交匹配法-This procedure for the compression of the image LENA sensing, wavelet transform to image sparse algorithm using orthogonal matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:70490
    • 提供者:王鹏
  1. 78979paper

    0下载:
  2. 该文提出一种新的图像定位方法,在科研和工业生产中有着广泛的用途,介绍一种基于投影法的运动目标的快速定位算法,对目标特征提取匹配简单有效。完全能满足工业检测的实时要求。-This paper proposes a new image positioning methods, the wide range of applications in scientific research and industrial production, introduce a fast moving target p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:498667
    • 提供者:王的
  1. GgeGauges

    1下载:
  2. 一种机器视觉的匹配方案,用于物体图像的尺寸计算测量分析的算法研究
  3. 所属分类:Special Effects

    • 发布日期:2015-06-11
    • 文件大小:27648
    • 提供者:henry
  1. ImgFilter

    0下载:
  2. 一种机器视觉的匹配方案,用于物体图像的滤波方式的算法研究
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:23838
    • 提供者:henry
  1. ImgThreshold

    0下载:
  2. 一种机器视觉的匹配方案,用于物体图像的分割进行阈值分析的算法研究
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:23752
    • 提供者:henry
  1. Ocr

    0下载:
  2. 一种机器视觉的匹配方案,用于条形码图像的数值分析的算法研究
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:23635
    • 提供者:henry
  1. SSDA

    0下载:
  2. 利用SSDA算法实现模板匹配的功能,该算法可快速有效地完成图像的匹配。-SSDA algorithm on template matching function, the algorithm can quickly and efficiently complete image matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:895390
    • 提供者:王石通
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com