-
matlab, c 实现solbel
用sobel算子实现边缘检测源代码,用C++实现了sobel算子。图像编码完整实现。
- 2023-05-11 22:35:03下载
- 积分:1
-
Molgedey和舒斯特去相关算法,具有方形混合矩阵A。
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.-The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.
- 2022-03-17 02:59:15下载
- 积分:1
-
长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算...
长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算-long integer, data members of a pointer, an integer size, can be kept above 100 integer, the additive can do multiplication
- 2023-01-31 02:00:03下载
- 积分:1
-
计算低于平均分的学生人数
计算score中m个人的平均成绩aver,将低于aver的成绩放在below中,通过函数名返回人数。例如,当score={10,20,30,40,50,60,70,80,90},m=9时,函数返回的人数应该是4,below={10,20,30,40}
- 2022-01-26 02:30:57下载
- 积分:1
-
混沌蚁群算法
应用背景混沌具有随机性、遍历性、规律性——混沌具有丰富的时空动态,系统动态的演变可导致吸引子的转移等特点,使得混沌成为一种新型的优化技术,并得到广泛重视。关键技术首先,基于确定性迭代式产生的遍历性轨道对整个解空间进行考察。其次,以第一阶段得到的结果为中心,通过附加小幅度的扰动进一步进行局部区域内的细搜索,直至算法终止准则满足。
- 2023-05-08 18:20:03下载
- 积分:1
-
EStereo/Stereo Plus
EStereo is a C++ library that enables to perform real-time dense stereo from 2 or 3 rectified images. StereoPlus is a GUI-based application allowing a user to load images and compute their disparity image and visualize/manipulate their 3D reconstruction (requires DirectX 9.0 or higher).
- 2022-06-13 01:41:19下载
- 积分:1
-
交通灯动态物体识别
该代码通过摄像头对动态的物体进行识别,发现有违章的或者闯红绿灯的返回信息,并在窗口处显示出来,如果没有违章的物体则不显示出来。
- 2023-07-03 02:05:05下载
- 积分:1
-
非常好的聚类工具包,用Matlab开发,适合于科研用途等
非常好的聚类工具包,用Matlab开发,适合于科研用途等
- 2022-02-15 05:58:17下载
- 积分:1
-
普里姆算法的C语言实现
普里姆(Prim)算法是一种构造性算法。设G=(V,E)是一个具有n个顶点的带权连通无向图,T=(U,TE)是G的最小生成树,其中U是T的顶点集,TE是T的边集,则由G构造从起始顶点v出发的最小生成树T的步骤如下:(1)初始化U={v},以v到其他顶点的所有边为候选边;(2)重复以下步骤(n-1)次,使得其他(n-1)个顶点被加入到U中: a.从候选边中挑选权值最小的边加入TE,设该边在V-U中的顶点是k,将k加入U中; b.考察当前V-U中的所有顶点j,修改候选边,若边(k,j)的权值小于原来和顶点j关联的候选边,则用边(k,j)取代后者作为候选边。本代码实现了普里姆算法。代码能正确运行。
- 2022-02-07 15:39:21下载
- 积分:1
-
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。...
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。
-This procedure for the finite element method in space for 8-node element stiffness matrix calculation, and through text files between data transmission, in VB through shell function to call fortran procedure, the two realize mixed language programming.
- 2022-08-04 01:29:32下载
- 积分:1