-
Discrete-Continuous Optimization for Multi-Target Tracking
A matlab program for multi-target tracking,The problem of multi-target tracking is comprised of two distinct, but tightly coupled challenges: (i) the naturally discrete
problem of data association, i.e. assigning image observations to the appropriate target; (ii) the naturally continuous
problem of trajectory estimation, i.e. recovering the trajectories of all targets. To go beyond simple greedy solutions for data association, recent approaches often
- 2023-01-02 11:40:18下载
- 积分:1
-
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶...
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶-Earthquake simulation data digitization process, there will be discounts of data, step of such a phenomenon, the program for the digital data to a discount, go to step
- 2022-04-18 19:14:11下载
- 积分:1
-
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致...
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked obtained a law made by cutting the use of the rectangular plate height h minimum. Using recursive and partition Solving this problem
- 2022-10-31 04:20:03下载
- 积分:1
-
Voronoi 图的 c + + 代码
在数学中,Voronoi 图是一种将空间划分为若干区域。一系列的点 (称为
种子、 站点或发电机) 事先和每个种子指定将有一个相应的区域
包含的所有点接近比任何其他的那颗种子。区域被称为 Voronoi 单元格。它是双到
Delaunay 三角剖分。
这命名的格奥尔基 · Voronoy,也被称为 Voronoi 镶嵌,Voronoi 分解,Voronoi
分区或狄利克雷镶嵌 (后彼得 · 古斯塔夫 · 勒琼狄利克雷)。Voronoi 图可以发现在
大量的科学和技术,甚至在艺术中,字段和他们已经发现许多实际和
最简单和最常见的情况 (如第一幅图所示),我们给出有限的理论在
{p1,......,pn} 中欧氏平面上的点的集合。在这种情况下每个站点 pk 是只是一个点和其相应
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-12 10:02:52下载
- 积分:1
-
这是我用三次样条函数插值法的程序。
这是我编的利用三次样条法进行函数插值的程序。-This is for my use of cubic spline function interpolation method procedures.
- 2023-07-12 22:15:03下载
- 积分:1
-
Curvature of plane curves
Differential arc curvature and its calculation formu...
平面曲线的曲率
弧微分 曲率及其计算公式
曲率圆与曲率半径 -Curvature of plane curves
Differential arc curvature and its calculation formula
Curvature circle and the radius of curvature
- 2022-02-04 14:52:10下载
- 积分:1
-
自适应维纳滤波器函数及调用方法
自适应维纳滤波器函数及调用方法-adaptive Wiener filter function and call methods
- 2022-04-28 14:22:47下载
- 积分:1
-
SURF的matlab代码
SURF用于图像的匹配,将64维的特征点降维至32维,比SIFT具有更强的实时性。
- 2022-02-09 19:14:13下载
- 积分:1
-
图论算法库,包括以下算法:
单源最短路径 Dijkstra 算法
单源最短路径 Bellman...
图论算法库,包括以下算法:
单源最短路径 Dijkstra 算法
单源最短路径 Bellman-Ford 算法
最小生成树 Prim 算法
每对节点间最短路径 Flod-Warshall 算法
程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。
该算法是为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。
该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。
-err
- 2023-01-27 10:10:05下载
- 积分:1
-
按层打印二叉树
算法思想: 先把根结点入队,然后循环直到队列为空:出队一个结点,打印之,将其邻接点依次入队;打印和入队邻接点前要先判断是否已经打印过了,如果已打印过的就不操作 。 此算法是在visual studio2012平台下实现二叉树的层次遍历,程序需要先输入二叉树,然后会将此二叉树按曾打印
- 2022-04-18 12:41:39下载
- 积分:1