-
Video tracking
视频跟踪,运用离子滤波算法。
整套测试视频都有。要下载opencv
- 2022-04-10 19:49:53下载
- 积分:1
-
一个模拟树木生长的程序
一个模拟树木生长的程序-a simulated tree growth procedures
- 2022-03-04 19:01:44下载
- 积分:1
-
OFELI is an object oriented library of C++ classes for development of finite ele...
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners. * Shape functions of most "popular" finite elements * Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).-OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are :* Various storage schemes of matrices (dense, sparse, skyline).* Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners.* Shape functions of most "popular" finite elements* Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).
- 2022-02-27 06:26:31下载
- 积分:1
-
样条插值函数,插值边界条件为自然边界条件。运行编写环境C...
样条插值函数,插值边界条件为自然边界条件。运行编写环境C-spline interpolation function, interpolation boundary conditions for the natural boundary conditions. Operation C-environment
- 2022-08-08 06:32:06下载
- 积分:1
-
罗马尼亚一星级算法
罗马尼亚一星级算法我们样本问题中定义作为世界的二维数组表示一种地形每个元素包含一个整数从 0 到 5,表明的成本穿越地形。零表示最不可能的困难在旅行 (想想冰溜冰场如果你可以滑冰) 则 5 代表最难。9 表明我们不能错过。
- 2023-06-21 05:10:03下载
- 积分:1
-
This is a mathematical modeling of the notes, very useful! I hope everyone can d...
这是一个数学建模的讲义,很有用的!希望大家能多下载这个,-This is a mathematical modeling of the notes, very useful! I hope everyone can download this,
- 2022-12-29 12:00:06下载
- 积分:1
-
MATLAB有限差分法(椭圆方程)
有限差分法的Matlab程序(椭圆型方程)-finite difference method of Matlab (elliptic equation)
- 2022-01-31 09:25:49下载
- 积分:1
-
Canny边缘检测器使用C语言
应用背景在各种计算机视觉系统中,边缘检测,特别是步进边缘检测已经得到了广泛的应用,它是从不同的视觉对象中提取有用结构信息的重要技术,大大减少了数据的处理量。精明的发现,对于不同的视觉系统的图像边缘检测中的应用的要求也相对同。因此,开发的边缘检测解决方案,以解决这些要求,可以实现在很宽的范围内的情况。边缘检测的一般标准包括:1 -检测的边缘与低的错误率,这意味着,该检测应准确捕捉尽可能多的图像中所示的边缘。2 -边缘检测的边缘点,应准确定位中心的边缘。3 -一个给定的图像中的边缘应该只有一次,并在可能的情况下,图像噪声不应该创建假边缘。关键技术Canny边缘检测算法的过程可以分解为5个不同的步骤:1 -应用高斯滤波器平滑图像,以消除噪声2 -找到图像的强度梯度3 -应用非最大抑制消除杂散响应边缘检测4 -应用双阈值,以确定潜在的边缘5 -轨道边缘的滞后:通过抑制所有其他边缘弱,没有连接到强大的边缘检测的边缘。
- 2023-02-16 02:00:04下载
- 积分:1
-
计算水平线与垂直线交点个数问题。扫描方法计算。
计算水平线与垂直线交点个数问题。扫描方法计算。-Calculation of horizontal and vertical line of intersection the number of questions. Scanning method.
- 2022-10-24 03:35:03下载
- 积分:1
-
二叉树的递归和非递归遍历
这是一个关于二叉树遍历的源代码,是用C语言的所描述的,是关于二叉树遍历的数据结构的算法问题,
- 2023-06-25 08:05:03下载
- 积分:1