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

搜索资源列表

  1. ffhgjkllllfgd

    0下载:
  2. 一个用遗传算法做的图象融合,这是MATLAB源程序源码, 已通过测试-A genetic algorithm to do image fusion, which is the MATLAB source code, has been tested
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:432064
    • 提供者:召唤
  1. mataronhed

    0下载:
  2. 一个采用用遗传算法做的图象融合代码,这是MATLAB源程序源码,希望对需要的人提供帮助。-A genetic algorithm used to do with the image integration code, which is MATLAB source code, hope to those who need help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:432271
    • 提供者:样本
  1. matching

    0下载:
  2. 严蔚敏的数据结构(C语言版),栈与队列只括号匹配算法实现-Yan Wei-min data structure (C-language version), stack and queue in parentheses matching algorithm only
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4691
    • 提供者:1457987661
  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. Wavelet_OMP

    0下载:
  2. matlab关于压缩感知理论的一个恢复算法。这里采用的是正交匹配算法。-matlab on the theory of compressed sensing a recovery algorithm. Is used here orthogonal matching algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:51076
    • 提供者:丁小帅
  1. area-based-matching

    0下载:
  2. 一种快速的基于区域的立体匹配算法,英文论文,希望对你有用-A fast region-based stereo matching algorithm, the English papers, you want to be useful
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1746079
    • 提供者:陈江龙
  1. HBMA

    1下载:
  2. HBMA为基于块的分级匹配算法,是一种典型的运动估计算法,适用于特征追踪和运动估计-HBMA classification based on block matching algorithm is a typical motion estimation algorithm for feature tracking and motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2015-07-28
    • 文件大小:333824
    • 提供者:heyi
  1. 1003

    0下载:
  2. 一种机载LiDAR条带平差最小二乘匹配算法.An airborne LiDAR strip least squares Adjustment matching algorithm.-An airborne LiDAR strip least squares Adjustment matching algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2187871
    • 提供者:
  1. 123

    0下载:
  2. 采用遗传算法,实现图像直方图匹配,使图像对比度更加明显,便于分辨目标与背景-By using the genetic algorithm to realize the image histogram matching.Make the image contrast more apparent,Easy to distinguish between the target and background
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2052
    • 提供者:yangjun
  1. kuaipipeisuanfa

    0下载:
  2. 这是一篇关于块匹配的经典文章,对有学习图像处理以及与匹配算法的网友有帮助-This is a classic article on block matching, image processing, and to have learning and matching algorithms help users
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:322329
    • 提供者:张伦
  1. Wavelet_OMP

    0下载:
  2. 在小波基下的压缩感知仿真算法,恢复算法使用正交追踪匹配算法。-Under compression in the wavelet perception simulation algorithm to track recovery algorithm using orthogonal matching algorithm.
  3. 所属分类:波变换

    • 发布日期:2013-06-07
    • 文件大小:51405
    • 提供者:liyifeng
  1. Image-Matching

    0下载:
  2. VC,实现基于模板匹配的图像配准算法,匹配精度可选-VC, template matching-based image registration algorithm, optional matching accuracy
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5648501
    • 提供者:贾桂敏
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. KMP

    0下载:
  2. KMP 改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Improved KMP string matching algorithm, by DEKnuth with VRPratt and JHMorris also found, so people call it Knut
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:553
    • 提供者:chaolan
  1. test2

    1下载:
  2. 采用一种基于极线约束与区域匹配相结合的立体匹配算法对两幅图像中对应点进行匹配。-Using the epipolar constraint and based on a combination of area-based matching algorithm for stereo matching corresponding points in two images to match.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234261
    • 提供者:崔小强
  1. match_version_1.3

    0下载:
  2. 该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来-The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd cor
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1181360
    • 提供者:郭甜莉
  1. 2011119142855

    0下载:
  2. 关于多模式匹配算法中的AC算法。window stdio2008 c++语言实现-Multi-pattern matching algorithm on the AC algorithm. window stdio2008 c++ language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:164711
    • 提供者:wss257
  1. Sift_technology_notes

    0下载:
  2. SIFT的技术文档,SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT feature matching algorithm is matching feature points at home and abroad in the research field of the hot issues and difficulties,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1642496
    • 提供者:xxx
  1. SIFT_relevant_papers

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。-SIFT feature matching algorithm is matching feature points at home and abroad in the research field of the hot issues and difficulties, and the m
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-24
    • 文件大小:8181000
    • 提供者:xxx
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com