CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - point match

搜索资源列表

  1. ransac

    1下载:
  2. ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。本源代码用仿摄模型模拟两影像的几何变形,用ransac算法来剔除错误匹配点,得到最终的仿摄参数。-ransac is commonly used in computer vision of a stable, two images can be used for the registration. Imitating source code model perturbation two images of the geometric
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1839
    • 提供者:陈艳
  1. SURFACESMATCHINGALGORITHMBASEDONGENETICALGORITHMAN

    1下载:
  2. 针对基于最小二乘法的ICP 曲面匹配算法难以处理待比较曲面的局部大变形问题, 提出一种改进算 法。即采用遗传算法确定曲面初始相对位置以保证匹配优化结果为全局最优值, 利用ICP 算法匹配结果构造 偏差阈值, 以此阈值过滤点群后再以最小二乘法进行匹配处理, 消除局部大变形影响, 获得合理的变换矩阵。以此变换矩阵变换初始点群再进行误差计算, 从而获得理想的匹配结果-Least square method based on the ICP surface matching algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-01
    • 文件大小:342054
    • 提供者:chenruibao
  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. zuixiaoerchengdiedai

    0下载:
  2. 这是最小二乘迭代算法,能够实现匹配时的同名点反复迭代,提高匹配精度-This is the least-squares iterative algorithm that can achieve the same title match point when repeated iteration to improve the matching accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:239496
    • 提供者:lyr
  1. capacitance_MOM

    0下载:
  2. 采用矩量法计算任意形状导体的电容,采用脉冲基点选配方法。内附几个简单模型。-A moment method code to find the capacitance of a conducting body with arbitary shape. The pulse basis functions and the point match method is applied.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:768036
    • 提供者:yuan
  1. 90253940whiteblackpoint

    1下载:
  2. 给出你设计的求解下面问题算法的伪代码并分析复杂性:设B={b1,b2, ,bn} 和 W={w1,w2, ,wn}为平面上黑点和白点的两个集合。一个黑点bi=(xi, yi )与一个白点wj=(xj, yj ) 匹配当且仅当xi≥xj 和yi≥yj 。设计一个贪心算法,找出黑白点之间的最大匹配数目。算法的复杂性要尽量接近nlgn. -Give your algorithm designed to solve the following pseudo code and the problem of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1114
    • 提供者:
  1. matchbycorrelation

    0下载:
  2. match image feature points by Function generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each other within windows surrounding each point. Only points th
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2881
    • 提供者:zhuweina
  1. white_black

    0下载:
  2. 1、问题描述 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示.一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw.若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对).在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数. 2、具体要求 要求:时间效率在O(NlgN) 3、实现方法 基于贪心算法 以x坐标的升序对黑点排序(可用QUIC
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:376131
    • 提供者:zaclina
  1. match-of-two-picture

    0下载:
  2. 使用matlab实现两幅彩色图像的配准,并且显示它们的匹配点。-It realize the match of two color pictures and show the match point of them.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:695454
    • 提供者:张雪霞
  1. MySimthBeta-1

    0下载:
  2. 用于无损传输线的Smith圆图软件,可以计算Zl、Z0、zin、单枝节匹配,可以在图上选点并生产图形。由于时间过得太久了,忘了具体功能,里面有我的一份具体说明。-Lossless transmission line for Smith Chart software, you can calculate Zl, Z0, zin, a single minor match point in the map selection and production of graphics. As time p
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1292645
    • 提供者:王波
  1. verifyMsisdn

    0下载:
  2. 给定N*N字母矩阵,从任意点出发,上,下,左,右移动,在规定方向连续匹配给定的单词序列。即称为命中,否则不命中,字符矩阵中的字母仅能使用一次,不能在同一单元格停留两次。字符矩阵最大50*50,都为大写字母。输入1为字母矩阵,输入2为字母序列,输出是否匹配。-Given the letter N* N matrix, starting from any point, up, down, left, right, match the prescribed direction of the conti
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:554
    • 提供者:康悦
  1. Tennis

    0下载:
  2. 本C++程序模拟网球的计分。 网球的记分的几个层次:从小到大为分(point),局(game),盘(set),比赛(match)。-The C++ program to simulate the tennis scoring. Tennis scoring several levels: from small to much points (point), Office (game), plate (set), game (match).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3077
    • 提供者:li
  1. c-program

    0下载:
  2. main函数中结构数组a中存储了5个职员的工资信息(这里称每个职员的工资信息为一条“记录”)。sift函数的形参cond接收筛选条件字符串,函数实现从s指向数组元素开始的n个元素中筛选出所有wage符合筛选条件的记录并将这些记录复制到res指向的结构数组。函数返回res数组中存储的记录数(筛选结果)。-The main function is stored in an array of structures a five staff wages (here referred to the inf
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8447
    • 提供者:贾明
  1. icp

    0下载:
  2. 迭代最近点算法,用于匹配数据点集。matlab实现-Iterative closest point algorithm is used to match the data points. matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5527
    • 提供者:李伟
  1. lab2

    0下载:
  2. 动态规划法的应用 1.用动态规划法实现两个虚拟DNA序列的比对。 2.记分方法为:匹配给5分,不匹配给1分,插入、删除给-2分。   要求生成的比对具有最大总和。-The application of a dynamic programming method. Using dynamic programming method to achieve two virtual DNA sequence comparison. 2. Scoring method: match to 5 po
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:826
    • 提供者:絮儿纷飞
  1. DTW

    0下载:
  2. DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1097
    • 提供者:韦卫
  1. pdist2plus

    0下载:
  2. In point set analysis, it is useful to compare 2 sets of points by computing the distance between each possible point pair. For example, this is a required step in the ICP point set registration algorithm. MATLAB s built in function for computing the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1339
    • 提供者:md adil
  1. registration

    0下载:
  2. point cloud 点云配准计算,通过选择几组匹配的点云数据对对点云数据进行配准处理-point cloud point cloud registration computing, by selecting a set of match point cloud data point cloud data registration process
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4431332
    • 提供者:LHK
  1. xy007918

    0下载:
  2. 本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的temp程序,还有利用遗传算法解决temp1问题的Matlab程序。非常适合初学MATLAB的朋友学习。 -The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm temp program, as
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6404
    • 提供者:shiyulong_bt
  1. r_xy489483

    0下载:
  2. 本代码包含了利用可行点标记求最佳匹配算法的MATLAB代码,求最小费用最大流算法的ogYSpQ程序,还有利用遗传算法解决 EhLGPBT 问题的Matlab程序。非常适合初学MATLAB的朋友学习。-The code contains the use of feasible point mark for the best match algorithm MATLAB code, find the minimum cost maximum flow algorithm ogYSpQ progra
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10949
    • 提供者:jzkmdt
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com