CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 快速匹配算法

搜索资源列表

  1. Face3DModel

    3下载:
  2. 利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:54700
    • 提供者:言研
  1. match

    0下载:
  2. 针对传统图像相关匹配算法计算量较大的问题,研究图像库中相关图像搜索方法. 提出一种改进的相关 匹配算法,该方法通过对相关系数公式进行简化和迭代运算,减少了重复运算. 通过设定参考图像与目标图像的相 关系数阈值,只需计算方差相差较小的点的相关系数,提高了运算速度,计算时间减少到原来的14 % ,甚至更短. 在文件夹的图像搜索中实现了图像的快速匹配.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:41165
    • 提供者:李锋
  1. kuaisutuxiangpeipei

    0下载:
  2. 分析介绍了一种快速的图象特征匹配算法,介绍了其原理和方法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:296340
    • 提供者:邓波
  1. match.rar

    0下载:
  2. 图像匹配方法综述,pdf文件,刚开始学习图像匹配的可以参考,快速了解常见匹配算法,Image Matching Methods, pdf file, just started learning image matching can refer to quickly understand the common matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:496952
    • 提供者:aapeanuts
  1. test2eyes5

    0下载:
  2. 基于SIFT快速匹配算法,对障碍物进行检测,提取障碍物,双目测距等。能指出指定范围内的障碍物。-SIFT-based fast matching algorithm, obstacle detection, extraction of obstacles, such as binocular distance. Can point to obstacles within the specified range.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-18
    • 文件大小:27874421
    • 提供者:罗铃
  1. Ahighlyaccuratethree2stepsearch

    0下载:
  2. 由于基于块匹配的快速运动搜索算法中三步法的小运动估计效果较差,使其运动估计精度明显下降,还导致三步法缺乏良好的扩展性. 因此对三步法进行了改进,即在前两步总是将搜索步长减半继 续搜索.-As a result of block matching based on the rapid movement in the three-step search algorithm for motion estimation of small less effective so that it signi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:112000
    • 提供者:孙翔
  1. program

    1下载:
  2. 本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improve the genetic algorithm and Ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:33610
    • 提供者:南飞燕
  1. imagestabilization2

    0下载:
  2. 提出一种基于特征模块匹配的图像稳定算发,该算法自适应地搜索图像特征模块进行后续稳像操作。在稳像过程中 ,提出一种图像特征匹配的快速算法。-Research and Implementation of Electronic Image Stabilization system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:577196
    • 提供者:葛川
  1. matlab_imagematching

    0下载:
  2. 基于灰度的归一化匹配算法; 基于灰度的快速模板匹配算法。 -Based on the normalized intensity matching Based on Gray' s fast template matching algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:745580
    • 提供者:frank
  1. kmp

    0下载:
  2. KMP是一种快速字符串匹配算法,KMP算法的时间复杂度为O(m+n)。-KMP string matching algorithm is a fast, KMP algorithm' s time complexity is O (m+ n).
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:709
    • 提供者:mashiwei
  1. Bmsuanfa

    0下载:
  2. BM算法也是一种快速串匹配算法,BM算法与KMP算法的主要区别是匹配操作的方向不同。-BM algorithm is also a fast string matching algorithms, BM KMP algorithm and matching algorithm is the main difference between operating in a different direction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:954
    • 提供者:mashiwei
  1. jiyuSIFTtezhengmiaoshuzidelitipipeisuanfa

    0下载:
  2. 针对不同摄像头的监控视频序列, 提出了一种基于视频帧 SIFT ( Scale Invariant Feature Transform, 即尺度不变特征变换) 特征跟踪的拼接方法。通过 SIFT算法提取帧图像的特征, 并在跟踪的估计区域搜索匹配特征, 从而确定待整合帧之间的变换参数。实验结果表明, 该方法较好实现视频快速拼接, 且对重叠区域小、 形变大、 有运动物体遮挡的视频具有较强的鲁棒性。-Surveillance cameras for different video sequence
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:107287
    • 提供者:fenghao
  1. NCC-and-the-SSDA-based-feature-points-matching-the

    0下载:
  2. 基于NCC与SSDA的快速特征点匹配融合算法(图像匹配)-NCC and the SSDA-based feature points matching the rapid integration algorithm (matching)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:187756
    • 提供者:马蓉琼
  1. randomized-contour-matching

    0下载:
  2. 一种对部分重叠的图像进行快速配准的方法,该方法是基于轮廓特征的随机匹配算法-Some overlapping images of a fast registration method, the method is based on random Matching Contour Feature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1022869
    • 提供者:漫天飞雪
  1. fastalgorithm

    0下载:
  2. 主要是针对景象匹配中矩特征计算量大、耗时时间长问题,提出了一种新的快速匹配算法。仿真效果良好。-Mainly in the moment features for scene matching large amount of calculation, time-consuming for a long time problem, we propose a new fast matching algorithm. Simulation results is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:498965
    • 提供者:郝帅
  1. ssda

    0下载:
  2. ssda的一个算法matlab,一种快速匹配算法-ssda matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:滔滔
  1. featurepoint

    0下载:
  2. 这是基于特征点的快速匹配算法,内容详细,值得参考!-This is based on feature points matching algorithm fast, detailed and worth considering!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:269504
    • 提供者:jeffsonfu
  1. -FastMatch-

    0下载:
  2. 毕业设计,图像快速匹配算法,cvpr,仿射变换-Fast-Match is a fast algorithm for approximate tem- plate matching under 2D affine transformations that min- imizes the Sum-of-Absolute-Differences (SAD) error mea- sure. There is a huge number of transformations to cons
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5110831
    • 提供者:陈策
  1. mbschingscale

    0下载:
  2. 一种基于图像灰度的快速匹配算法,PDF格式的,不错的-A fast matching algorithm based on image gray scale, in PDF format, good
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:163840
    • 提供者:Yocetfaq
  1. src

    1下载:
  2. 一种快速匹配的算法,实现在图像中以置信度来查找对象。(find objects in an image with a confidence percentage.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:616894890
« 12 3 »
搜珍网 www.dssz.com