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

搜索资源列表

  1. matching

    2下载:
  2. 摄影测量中基于特征的匹配。影象匹配是数字摄影测量中最为关键的,目前数字摄影测量要进一步发展除非特征提取有突破。本程序是一个特征匹配的入门程序-photogrammetry based on characteristics of the match. Image Matching Digital Photogrammetry is the most critical, current digital photogrammetry to develop further unless there wa
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:83397
    • 提供者:邓少平
  1. Matching

    0下载:
  2. 实现了图象匹配的功能,是很不错的编程范例,希望大家会喜欢。-the images matching functions, is a very good example of the programming, I hope you will like.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1463
    • 提供者:sea
  1. TDOA-pattern-matching

    1下载:
  2. 这个程序是关于现有的3G系统中,采用TDOA和pattern matching的方法实现定位的仿真程序.-the procedure is available on the 3G system, using TDOA and pattern matching method of positioning the simulation program.
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:6143561
    • 提供者:忘青
  1. stereo-matching

    0下载:
  2. stereo-matching,立体视觉匹配的相关运算,关于匹配的一些小程序-stereo-matching, three-dimensional visual matching of operation, on some small matching procedures
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:964
    • 提供者:林雨
  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:112314
    • 提供者:qlw
  1. Matching-1

    0下载:
  2. 给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //输出格式为 a1 a2 - b1 b2 - c1 c2 - ... //满足a1<a2, b1<b2, ... //且 a1 < b1 < c1 <-given integer n, have all [2n] on the matching (matching) / / will be considered as an all pieces a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1398
    • 提供者:侯庆虎
  1. Matching-2

    0下载:
  2. //给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //以a_i表示其第i个元素所在的集合号 //输出格式为 a1 a2 a3 ... //满足 //a_{i+1} <= max { a1,a2,...a_i } + 1 -/ / a given integer n, have all [2n] on the matching (matching) / / will be considered as an all
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1743
    • 提供者:侯庆虎
  1. matching

    0下载:
  2. descr iptor matching
  3. 所属分类:2D图形编程

    • 发布日期:2011-01-05
    • 文件大小:850
    • 提供者:phokasion
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. StereoDisparity.zip

    0下载:
  2. The algorithm is based on “Segment-Based Stereo Matching Using Belief Propogation and a Self-Adapting Dissimilarity Measure” by Klaus, Sormann, and Karner. ,The algorithm is based on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-28
    • 文件大小:469255
    • 提供者:徐亮
  1. ransac.rar

    1下载:
  2. ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。,ransac, random sample of the consistency algorithm used in image processing feature point matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:226971
    • 提供者:李明
  1. ssd_cross-correlation.rar

    0下载:
  2. Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005,Relationship Between the Sum of Squared Difference (SS
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2017-03-23
    • 文件大小:41802
    • 提供者:li
  1. kmp.rar

    1下载:
  2. 字符串的kmp匹配算法并行计算的源程序。,KMP string matching algorithm parallel computation of the source.
  3. 所属分类:并行运算

    • 发布日期:2017-03-24
    • 文件大小:4087
    • 提供者:成斌
  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:15229396
    • 提供者:star
  1. generateDictionaries.rar

    1下载:
  2. Matching Pursuit 算法,该算法能够把Gabor原子集合,用线性组合表示,能够降低运算量。,Matching Pursuit algorithm, which can Gabor atomic collection, using a linear combination that can reduce computational complexity.
  3. 所属分类:Graph program

    • 发布日期:2015-05-11
    • 文件大小:960
    • 提供者:dinyxu
  1. Map-matching-model-at-complex-roads

    0下载:
  2. 车辆导航离不开导航电子地图,地图匹配方法是连接卫星定位信息与导航电子地图的桥梁,即通过一定 的算法,根据定位信息,在导航电子地图上确定出车辆当前所行驶的道路,并在地图上实时准确地显示车辆 的位置[1]. 一套匹配准确率高、实时性好、易于工程实现的地图匹配算法是优秀车载导航产品的重要保 障[2 - 3]. 目前,大多数导航产品仅采用独立的GPS 定位方式,地图匹配方法也大部分采用基于点的投影算法, 算法简单,没有将道路的网络特征考虑进来,特别在面对复杂道路时,容易出现匹配错误,造成
  3. 所属分类:GIS program

    • 发布日期:2017-03-24
    • 文件大小:275516
    • 提供者:罗杰涛
  1. shape-matching-cluttered-scenes-

    0下载:
  2. 旋转不变非刚性的图像匹配 。代码为matlab源码,代码注释详细,可以通过代码上的链接找到原始文献,以作详细学习-Rotation-invariant non-rigid image matching. Matlab source code, code comments in detail, you can find links to the original code on the literature, for detailed study
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:320589
    • 提供者:joe
  1. Map-matching-algorithm

    1下载:
  2. 提出了基于模糊神经网络的新的地图匹配算法. 该算法综合了数字道路信息和GPS /DR 定位信息, 提取两个重要参数作为输入变量, 即定位点到候选路段的投影距离及定位航向与候选路段方位角差. 设计出了四层模糊神经网络及改进的收敛学习规则. 实验结果表明所提出的算法能很好地匹配车辆行驶路段位置.-Map matching algorithm based on fuzzy neural network
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:266381
    • 提供者:刘漂帆
  1. Mazharul String Matching By Finite Automata

    0下载:
  2. Mazharul String Matching By Finite Automata
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1027072
    • 提供者:Mazhar
  1. A Template Matching Method

    1下载:
  2. 一种基于环投影矢量变换的多尺度旋转图像模板匹配方法(A Template Matching Method for Multi-Scale and Rotated Images Using Ring Projection Vector Conversion)
  3. 所属分类:图形图像处理

    • 发布日期:2019-07-19
    • 文件大小:894976
    • 提供者:lgz
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com