-
For solving a number of matrix even by the best algorithm that can optimize the...
对于求解多个矩阵连乘的最好的算法,能最优化的最短时间能求出值-For solving a number of matrix even by the best algorithm that can optimize the shortest time that can derive value
- 2023-03-03 19:10:03下载
- 积分:1
-
TPS变形算法、线性插值、最近邻插值算法
应用背景线性插值、最近邻插值算法,自己写的代码,可以作为参考实现opencv里cvresize的功能,可以应用在图像变形后插值不成功的点,效果不错,根据实际情况选择算法。TPS变形算法应用于图像变形,矫正摄像机畸变。关键技术线性插值、最近邻插值算法,都是自己写的,可以作为参考实现opencv里cvresize的功能,TPS薄板样条函数变形算法应用于图像变形,真的蛮实用的,希望可以帮到你。TPS就是一种插值方法,它寻找一个通过所有的控制点的弯曲最小的光滑曲面;就像一个薄铁板,通过所给定的几个“样条”(比如木条),铁板表面是光滑的。
- 2022-01-22 11:00:18下载
- 积分:1
-
c 语言实现avl树
读取stl文件,把stl文件中所有三角形面片的顶点坐标记录下来,由于这些三角形面片都是相连的,所以肯定存在很多的重复点。现在要把这些重复点删除,并计算整个stl文件中的点的个数记录下来(不包括重复的点),数据结构用的是AVL树。
- 2022-06-01 23:26:33下载
- 积分:1
-
vfdevdvdbvbvdvfbgfdbfdb
很好的矩阵类,花了好久才搞到的哦,很好用-vfdevdvdbvbvdvfbgfdbfdb
- 2022-07-16 23:38:27下载
- 积分:1
-
BESSEL PROGRAMS IN C/C
BESSEL PROGRAMS IN C/C-Loaded PROGRAMS IN C/C
- 2022-07-24 18:55:10下载
- 积分:1
-
C-C算法计算程序
个人利用VB编写的C-C算法计算程序,请多多指教!
- 2022-07-14 05:08:25下载
- 积分:1
-
电力有源滤波器ip-iq检测算法matlab仿真
应用背景应用于电子电子,电能质量,绿色电网方面,主要用于三相三线或三相四线电力设备中,用于谐波和无功的检测和治理关键技术使用广泛的ip-iq谐波和无功检测算法的matlab仿真,可以应用于电能质量治理,主要使用在三相三线和三相四线系统中
- 2022-02-20 04:41:32下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1
-
运动图像检测MovingObjectDetection
VS-C# 2010下运行。其中混合高斯算法有些问题,其余两种可以实现。
- 2022-08-22 06:30:13下载
- 积分:1
-
双序输出二叉链表的例子
先用先序遍历输入这个二叉链表,用#代替先序遍历输入序列的空指针。然后就是递归。首先判断当前节点是不是为空,如果不为空则输出当前节点的数据,然后在递归调用当前节点的左孩子,然后再输出当前节点的数据,最后再调用当前节点的右孩子,就可以实现双序遍历二叉树了。
- 2022-03-25 05:01:50下载
- 积分:1